Object
# File lib/bundler/rubygems_ext.rb, line 159 def initialize(dep, platform) @dep, @__platform, @required_by = dep, platform, [] end
# File lib/bundler/rubygems_ext.rb, line 167 def ==(o) dep == o.dep && __platform == o.__platform end
# File lib/bundler/rubygems_ext.rb, line 163 def hash @hash ||= dep.hash end
# File lib/bundler/rubygems_ext.rb, line 177 def to_s @dep.to_s end
# File lib/bundler/rubygems_ext.rb, line 173 def type @dep.type end
[Validate]
Generated with the Darkfish Rdoc Generator 2.