Class: CompositePrimaryKeys::CompositeKeys

Inherits:
Array
  • Object
show all
Defined in:
lib/composite_primary_keys/composite_arrays.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



12
13
14
15
# File 'lib/composite_primary_keys/composite_arrays.rb', line 12

def to_s
  # Doing this makes it easier to parse Base#[](attr_name)
  join(ID_SEP)
end