Method: Bundler::Checksum::Store#initialize
- Defined in:
- lib/bundler/checksum.rb
#initialize ⇒ Store
Returns a new instance of Store.
170 171 172 173 |
# File 'lib/bundler/checksum.rb', line 170 def initialize @store = {} @store_mutex = Mutex.new end |