Libraries
»
origami
(1.2.3)
»
Index (T)
»
TrueClass
Class: TrueClass
Inherits:
Object
Object
TrueClass
show all
Defined in:
lib/origami/object.rb
Overview
:nodoc:
Instance Method Summary
collapse
#
to_o
⇒ Object
Instance Method Details
#
to_o
⇒
Object
61 62 63
# File 'lib/origami/object.rb', line 61
def
to_o
Origami
::
Boolean
.
new
(
true
)
end