Class: Fiddle::Function

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

Instance Method Summary collapse

Instance Method Details

#to_procObject



4
5
6
7
# File 'lib/jit_buffer.rb', line 4

def to_proc
  this = self
  lambda { |*args| this.call(*args) }
end