Class: ExtArray

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

Instance Method Summary (collapse)

Methods inherited from Array

#abbrev, #dclone, #pretty_print, #pretty_print_cycle, #quote, #shelljoin, #to_csv

Constructor Details

- (ExtArray) initialize

A new instance of ExtArray



283
284
285
# File 'lib/delegate.rb', line 283

def initialize()
  super([])
end