Method: InventoryRefresh::InventoryCollection::Reference.stringify_reference
- Defined in:
- lib/inventory_refresh/inventory_collection/reference.rb
.stringify_reference(reference) ⇒ String
Returns passed array joined by stringify_joiner
65 66 67 |
# File 'lib/inventory_refresh/inventory_collection/reference.rb', line 65 def stringify_reference(reference) reference.join(stringify_joiner) end |