Flowdock
method

included

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: BasicTypes
included(m) 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/types.rb, line 61
    def included(m) # :nodoc:
      m.module_eval{
        typealias "uint", "unsigned int"
        typealias "u_int", "unsigned int"
        typealias "ulong", "unsigned long"
        typealias "u_long", "unsigned long"
      }
    end
Register or log in to add new notes.