Method: Bundler::Index#inspect
- Defined in:
- lib/bundler/index.rb
permalink #inspect ⇒ Object
[View source]
40 41 42 |
# File 'lib/bundler/index.rb', line 40 def inspect "#<#{self.class}:0x#{object_id} sources=#{sources.map(&:inspect)} specs.size=#{specs.size}>" end |