method
included
v2_1_10 -
Show latest stable
- Class:
Fiddle::BasicTypes
included(m)private
No documentation available.
# File ext/fiddle/lib/fiddle/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