Libraries
»
origami
(1.2.7)
»
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
57 58 59
# File 'lib/origami/object.rb', line 57
def
to_o
Origami
::
Boolean
.
new
(
true
)
end