Class: NilClass

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_oObject



73
74
75
# File 'lib/origami/object.rb', line 73

def to_o
  Origami::Null.new
end