class Coopy::Row

Public Instance Methods

getRowString(c) click to toggle source
# File lib/lib/coopy/row.rb, line 6
def getRowString(c) puts "Abstract Row.getRowString called" end
isPreamble() click to toggle source
# File lib/lib/coopy/row.rb, line 7
def isPreamble() puts "Abstract Row.isPreamble called" end