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 153
153:     def initialize(dep, platform)
154:       @dep, @__platform, @required_by = dep, platform, []
155:     end

Public Instance Methods

==(o) click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 161
161:     def ==(o)
162:       dep == o.dep && __platform == o.__platform
163:     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 157
157:     def hash
158:       @hash ||= dep.hash
159:     end
to_s() click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 171
171:     def to_s
172:       @dep.to_s
173:     end
type() click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 167
167:     def type
168:       @dep.type
169:     end

Private Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.