module TomlRB::LiteralString

def value

def value
  first.value[1...-1]
end