5 lines
97 B
Ruby
5 lines
97 B
Ruby
def ant_dep(spec, tags)
|
|
# Always use brewed ant on Linux
|
|
Dependency.new(spec.to_s, tags)
|
|
end
|