Class: BjnInventory::List
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#to_hashes ⇒ Object
5 6 7 |
# File 'lib/bjn_inventory/list.rb', line 5 def to_hashes self.map { |thing| thing.to_hash } end |