Class: Null
- Defined in:
- lib/primitive_wrapper.rb
Instance Method Summary collapse
-
#initialize ⇒ Null
constructor
A new instance of Null.
Methods inherited from FixedBit
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
#initialize ⇒ Null
Returns a new instance of Null.
318 319 320 |
# File 'lib/primitive_wrapper.rb', line 318 def initialize @value = nil end |