Class: NilClass

Inherits:
Object show all
Defined in:
lib/ruby_ext/open_object.rb

Overview

Core Extensions

Instance Method Summary collapse

Instance Method Details

#to_openobject(deep = false) ⇒ Object



129
130
131
# File 'lib/ruby_ext/open_object.rb', line 129

def to_openobject deep = false
  OpenObject.new
end