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