Libraries
»
origami
(1.2.7)
»
Index (F)
»
FalseClass
Class: FalseClass
Inherits:
Object
Object
FalseClass
show all
Defined in:
lib/origami/object.rb
Overview
:nodoc:
Instance Method Summary
collapse
#
to_o
⇒ Object
Instance Method Details
#
to_o
⇒
Object
63 64 65
# File 'lib/origami/object.rb', line 63
def
to_o
Origami
::
Boolean
.
new
(
false
)
end