Home
Classes
Methods
Defined In
lib/toml/monkey_patch.rb
Parent
Object
Methods
#to_toml
Pages
LICENSE
Class and Module Index
TOML
TOML::Generator
TOML::Key
TOML::Parser
TOML::Parslet
TOML::Table
TOML::TableArray
TOML::Transformer
Array
DateTime
FalseClass
Hash
Numeric
Object
String
TrueClass
class Numeric
Public Instance Methods
to_toml
(path = "")
click to toggle source
# File lib/toml/monkey_patch.rb, line 81
def
to_toml
(
path
=
""
);
self
.
to_s
;
end