Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/with_ease/array_to_proc.rb

Instance Method Summary collapse

Instance Method Details

#to_procObject



4
5
6
# File 'lib/with_ease/array_to_proc.rb', line 4

def to_proc
  -> { it.send(*self) }
end