Module: TOML::LiteralString
- Defined in:
- lib/toml/string.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
37 38 39 |
# File 'lib/toml/string.rb', line 37 def value first.value[1...-1] end |
37 38 39 |
# File 'lib/toml/string.rb', line 37 def value first.value[1...-1] end |