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