298 299 300 301 302 303 304
# File 'lib/hdb/hdb.rb', line 298 def show() @table.each do |row| p row end end