class TOML::Dumper

def initialize(hash)

def initialize(hash)
  @toml_str = ''
  visit(hash, [])
end