Method: Fisk::Helpers::JITBuffer#to_function

Defined in:
lib/fisk/helpers.rb

#to_function(params, ret) ⇒ Object



74
75
76
# File 'lib/fisk/helpers.rb', line 74

def to_function params, ret
  Fiddle::Function.new memory.to_i, params, ret
end