Method: Fiddle::Function#to_i

Defined in:
lib/fiddle/function.rb

#to_iObject

The integer memory location of this function



19
20
21
# File 'lib/fiddle/function.rb', line 19

def to_i
  ptr.to_i
end