Method: Bundler::Index#size
- Defined in:
- lib/bundler/index.rb
permalink #size ⇒ Object
[View source]
141 142 143 144 145 |
# File 'lib/bundler/index.rb', line 141 def size @sources.inject(@specs.size) do |size, source| size += source.size end end |