module TomlRB::TableParser

def value

def value
  TomlRB::Table.new(captures[:stripped_key].map(&:value).first)
end