Method: HDB#show

Defined in:
lib/hdb/hdb.rb

#showObject



298
299
300
301
302
303
304
# File 'lib/hdb/hdb.rb', line 298

def show()

  @table.each do |row|
    p row
  end

end