Class: Fiddle::Function

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

Instance Method Summary collapse

Instance Method Details

#to_procObject



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

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