method
included
v2_4_6 -
Show latest stable
- Class:
Fiddle::BasicTypes
included(m)public
No documentation available.
# File ext/fiddle/lib/fiddle/types.rb, line 62
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