Class: Mal::BoolT
Instance Attribute Summary
Attributes inherited from EitherT
Instance Method Summary collapse
-
#initialize ⇒ BoolT
constructor
A new instance of BoolT.
- #inspect ⇒ Object
- #|(another) ⇒ Object
Methods inherited from EitherT
Methods inherited from OnlyT
Constructor Details
#initialize ⇒ BoolT
Returns a new instance of BoolT.
269 |
# File 'lib/mal.rb', line 269 def initialize; super(TrueClass, FalseClass); end |