Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/rbcli/components/config/backends/toml.rb
Instance Method Summary collapse
Instance Method Details
#to_toml(path = "") ⇒ Object
32 33 34 |
# File 'lib/rbcli/components/config/backends/toml.rb', line 32 def to_toml(path = "") '"' + self.to_s.sub(/^:/, '') + '"' end |