Module: TomlLiteralString

Defined in:
lib/toml/string.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



21
22
23
# File 'lib/toml/string.rb', line 21

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