Flowdock
method

import_symbol

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Importer
import_symbol(name) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/dl/lib/dl/import.rb, line 228
    def import_symbol(name)
      addr = handler.sym(name)
      if( !addr )
        raise(DLError, "cannot find the symbol: #{name}")
      end
      CPtr.new(addr)
    end
Register or log in to add new notes.