Method: Radiator::Type::Uint16#initialize

Defined in:
lib/radiator/type/u_int16.rb

#initialize(value) ⇒ Uint16

Returns a new instance of Uint16.



6
7
8
# File 'lib/radiator/type/u_int16.rb', line 6

def initialize(value)
  super(:u_int_16, value.to_i)
end