Method: Tablecon::Table#to_s

Defined in:
lib/tablecon.rb

#to_sObject

prints @list as a table



18
19
20
# File 'lib/tablecon.rb', line 18

def to_s
	@printer.str
end