Parent

Bundler::DepProxy

Attributes

required_by[R]
__platform[R]
dep[R]

Public Class Methods

new(dep, platform) click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 139
139:     def initialize(dep, platform)
140:       @dep, @__platform, @required_by = dep, platform, []
141:     end

Public Instance Methods

==(o) click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 147
147:     def ==(o)
148:       dep == o.dep && __platform == o.__platform
149:     end
Also aliased as: eql?
eql?(o) click to toggle source
Alias for: ==
hash() click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 143
143:     def hash
144:       @hash ||= dep.hash
145:     end
to_s() click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 157
157:     def to_s
158:       @dep.to_s
159:     end
type() click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 153
153:     def type
154:       @dep.type
155:     end

Private Instance Methods

method_missing(*args) click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 163
163:     def method_missing(*args)
164:       @dep.send(*args)
165:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.