Method: Eye::Utils::AliveArray#to_a

Defined in:
lib/eye/utils/alive_array.rb

#to_aObject



17
18
19
# File 'lib/eye/utils/alive_array.rb', line 17

def to_a
  map { |x| x }
end