Class: TrueClass

Inherits:
Object
  • Object
show all
Defined in:
lib/origami/object.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_oObject



57
58
59
# File 'lib/origami/object.rb', line 57

def to_o
  Origami::Boolean.new(true)
end