Method: Intent::Core::Inventory#initialize
- Defined in:
- lib/intent/core.rb
#initialize(db_path) ⇒ Inventory
Returns a new instance of Inventory.
58 59 60 |
# File 'lib/intent/core.rb', line 58 def initialize(db_path) @list = List.new(db_path) end |