Module: TomlLiteralString
- Defined in:
- lib/toml/string.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
21 22 23 |
# File 'lib/toml/string.rb', line 21 def value first.value[1...-1] end |
21 22 23 |
# File 'lib/toml/string.rb', line 21 def value first.value[1...-1] end |