Method: Bin::Store#initialize

Defined in:
lib/bin/store.rb

#initialize(collection = nil, options = {}) ⇒ Store

Returns a new instance of Store.



13
14
15
# File 'lib/bin/store.rb', line 13

def initialize(collection=nil, options={})
  @collection, @options = collection, options
end