Parent

Class Index [+]

Quicksearch

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 167
167:     def initialize(dep, platform)
168:       @dep, @__platform, @required_by = dep, platform, []
169:     end

Public Instance Methods

==(o) click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 175
175:     def ==(o)
176:       dep == o.dep && __platform == o.__platform
177:     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 171
171:     def hash
172:       @hash ||= dep.hash
173:     end
to_s() click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 185
185:     def to_s
186:       @dep.to_s
187:     end
type() click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 181
181:     def type
182:       @dep.type
183:     end

Private Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.