Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/qrack/transport/buffer08.rb,
lib/qrack/transport/buffer09.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#enum_with_indexObject



5
6
7
# File 'lib/qrack/transport/buffer08.rb', line 5

def enum_with_index
  each.with_index
end