# File lib/bundler/dep_proxy.rb, line 14 def ==(o) dep == o.dep && __platform == o.__platform end
# File lib/bundler/dep_proxy.rb, line 10 def hash @hash ||= dep.hash end
# File lib/bundler/dep_proxy.rb, line 28 def requirement @dep.requirement end
Generated with the Darkfish Rdoc Generator 2.