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

6 lines
98 B
Ruby
Raw Normal View History

2016-09-18 16:32:10 -04:00
class DependencyCollector
def ant_dep(spec, tags)
Dependency.new(spec.to_s, tags)
end
2016-09-18 12:11:30 -04:00
end