Libraries
»
hcl-rb
(0.1.0)
»
Index (T)
»
TrueClass
Class: TrueClass
Inherits:
Object
Object
TrueClass
show all
Defined in:
lib/hcl/monkey_patch.rb
Instance Method Summary
collapse
#
to_hcl
(indent = 0) ⇒ Object
Instance Method Details
#
to_hcl
(indent = 0) ⇒
Object
73
# File 'lib/hcl/monkey_patch.rb', line 73
def
to_hcl
(
indent
=
0
)
;
"
true
"
;
end