Module: Coopy::Row

Defined in:
lib/coopy/row.rb

Instance Method Summary collapse

Instance Method Details

#get_row_string(c) ⇒ Object

Raises:

  • (NotImplementedError)


4
5
6
# File 'lib/coopy/row.rb', line 4

def get_row_string(c) 
  raise NotImplementedError
end