brew/Library/Homebrew/extend/os/linux/dependency_collector.rb

4 lines
62 B
Ruby

def ant_dep(spec, tags)
Dependency.new(spec.to_s, tags)
end