Class: ExtArray
Instance Method Summary (collapse)
-
- (ExtArray) initialize
constructor
A new instance of ExtArray.
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 |