module TomlRB::TableArrayParser

def value

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