Class: TrueClass

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_oObject



61
62
63
# File 'lib/origami/object.rb', line 61

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