Module: Rubex::DataType::UIntHelpers

Includes:
Helpers
Included in:
UInt, UInt16, UInt32, UInt64, UInt8, ULInt, ULLInt
Defined in:
lib/rubex/data_type_helpers/u_int_helpers.rb

Instance Method Summary collapse

Methods included from Helpers

#==, #base_type, #c_function_ptr?, #char_ptr?, #from_ruby_object

Instance Method Details

#to_ruby_object(arg) ⇒ Object



5
6
7
# File 'lib/rubex/data_type_helpers/u_int_helpers.rb', line 5

def to_ruby_object(arg)
  "UINT2NUM(#{arg})"
end