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