Class: BjnInventory::List

Inherits:
Array
  • Object
show all
Defined in:
lib/bjn_inventory/list.rb

Instance Method Summary collapse

Methods inherited from Array

#bykey, #byname, #find_key

Instance Method Details

#to_hashesObject



5
6
7
# File 'lib/bjn_inventory/list.rb', line 5

def to_hashes
    self.map { |thing| thing.to_hash }
end