Module: TomlRB::LiteralString

Defined in:
lib/toml-rb/string.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



43
44
45
# File 'lib/toml-rb/string.rb', line 43

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