Module: TOML::LiteralString

Defined in:
lib/toml/string.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



37
38
39
# File 'lib/toml/string.rb', line 37

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