Object
# File lib/bundler/rubygems_ext.rb, line 178 def ==(o) dep == o.dep && __platform == o.__platform end
# File lib/bundler/rubygems_ext.rb, line 174 def hash @hash ||= dep.hash end
# File lib/bundler/rubygems_ext.rb, line 188 def to_s "#{name} (#{requirement}) #{__platform}" end
# File lib/bundler/rubygems_ext.rb, line 184 def type @dep.type end
# File lib/bundler/rubygems_ext.rb, line 170 def initialize(dep, platform) @dep, @__platform, @required_by = dep, platform, [] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.