class Samovar::Table

def initialize

def initialize
	@rows = []
	@parser = []
end