4 lines
62 B
Ruby
4 lines
62 B
Ruby
def ant_dep(spec, tags)
|
|
Dependency.new(spec.to_s, tags)
|
|
end
|
def ant_dep(spec, tags)
|
|
Dependency.new(spec.to_s, tags)
|
|
end
|