Class: Array

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

Overview

:nodoc:

Direct Known Subclasses

Origami::Array

Instance Method Summary collapse

Instance Method Details

#to_oObject



39
40
41
# File 'lib/origami/object.rb', line 39

def to_o
  Origami::Array.new(self)
end