Class: FalseW
- Defined in:
- lib/primitive_wrapper.rb
Instance Method Summary collapse
-
#initialize ⇒ FalseW
constructor
A new instance of FalseW.
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 ⇒ FalseW
Returns a new instance of FalseW.
306 307 308 |
# File 'lib/primitive_wrapper.rb', line 306 def initialize @value = false end |