class TomlRB::Table

def accept_visitor(parser)

def accept_visitor(parser)
  parser.visit_table self
end