Libraries
»
toml_empty
(0.3.0)
»
Index (N)
»
Numeric
Class: Numeric
Inherits:
Object
Object
Numeric
show all
Defined in:
lib/toml/monkey_patch.rb
Instance Method Summary
collapse
#
to_toml
(path = "") ⇒ Object
Instance Method Details
#
to_toml
(path = "") ⇒
Object
83
# File 'lib/toml/monkey_patch.rb', line 83
def
to_toml
(
path
=
"
"
)
;
self
.
to_s
;
end