# File lib/bundler/dep_proxy.rb, line 14 14: def ==(o) 15: dep == o.dep && __platform == o.__platform 16: end
# File lib/bundler/dep_proxy.rb, line 10 10: def hash 11: @hash ||= dep.hash 12: end
# File lib/bundler/dep_proxy.rb, line 24 24: def name 25: @dep.name 26: end
# File lib/bundler/dep_proxy.rb, line 28 28: def requirement 29: @dep.requirement 30: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.