Class: Fiddle::Function
- Inherits:
-
Object
- Object
- Fiddle::Function
- Defined in:
- lib/jit_buffer.rb
Instance Method Summary collapse
Instance Method Details
#to_proc ⇒ Object
5 6 7 8 |
# File 'lib/jit_buffer.rb', line 5 def to_proc this = self lambda { |*args| this.call(*args) } end |