This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
extend
/
os
/
linux
/
dependency_collector.rb
6 lines
98 B
Ruby
Raw
Normal View
History
Unescape
Escape
follow the pattern more closely
2016-09-18 16:32:10 -04:00
class
DependencyCollector
def
ant_dep
(
spec
,
tags
)
Dependency
.
new
(
spec
.
to_s
,
tags
)
end
switch to using extend pattern
2016-09-18 12:11:30 -04:00
end
Reference in New Issue
Copy Permalink