Class: Coopy::Row

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/coopy/row.rb

Instance Method Summary collapse

Instance Method Details

#getRowString(c) ⇒ Object



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

def getRowString(c) puts "Abstract Row.getRowString called" end

#isPreambleObject



7
# File 'lib/lib/coopy/row.rb', line 7

def isPreamble() puts "Abstract Row.isPreamble called" end