module TomlRB::InlineTableParser

def value

def value
  TomlRB::InlineTable.new captures[:keyvalue].map(&:value)
end