module TomlRB::LiteralString

Public Instance Methods

value() click to toggle source
# File lib/toml-rb/string.rb, line 43
def value
  first.value[1...-1]
end