module TOML::KeyvalueParser

def value

def value
  TOML::Keyvalue.new(capture(:stripped_key).value, capture(:v).value)
end