module TomlRB::KeyvalueParser

def value

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