Class: Null

Inherits:
FixedBit show all
Defined in:
lib/primitive_wrapper.rb

Instance Method Summary collapse

Methods inherited from FixedBit

#replace

Methods inherited from Bit

#!, #&, #^, #to_i, #to_int, #valid_type, #|

Methods inherited from Bool

#!, #&, #^, #to_i, #to_int, #valid_type, #|

Methods inherited from Value

#!=, #==, #ensure_valid, #freeze, freeze_raise?, ignore_on_freeze, #inspect, #prim_value, raise_on_freeze, #replace, #to_s, #to_wrapper, #type, #type_of?, #unwrap, #val, #val=, #valid_type, #wrapped?, #~

Constructor Details

#initializeNull

Returns a new instance of Null.



318
319
320
# File 'lib/primitive_wrapper.rb', line 318

def initialize
  @value = nil
end