Flowdock
method

import_value

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Importer
import_value(ty, addr) 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 206
    def import_value(ty, addr)
      s = struct([ty + " value"])
      ptr = s.new(addr)
      return ptr
    end
Register or log in to add new notes.