Class: ExtArray

Inherits:
Array
  • Object
show all
Defined in:
lib/delegate.rb

Instance Method Summary collapse

Constructor Details

#initializeExtArray

Returns a new instance of ExtArray.



417
418
419
# File 'lib/delegate.rb', line 417

def initialize()
  super([])
end