# File lib/bundler/dep_proxy.rb, line 16 def ==(other) return false if other.class != self.class dep == other.dep && __platform == other.__platform end
# File lib/bundler/dep_proxy.rb, line 12 def hash @hash ||= [dep, __platform].hash end
# File lib/bundler/dep_proxy.rb, line 31 def requirement @dep.requirement end
Generated with the Darkfish Rdoc Generator 2.