Method: Perfer::Store#initialize
- Defined in:
- lib/perfer/store.rb
#initialize(file) ⇒ Store
Returns a new instance of Store.
4 5 6 |
# File 'lib/perfer/store.rb', line 4 def initialize(file) @file = Path(file) end |
Returns a new instance of Store.
4 5 6 |
# File 'lib/perfer/store.rb', line 4 def initialize(file) @file = Path(file) end |