Class: Literal::Types::VoidType
- Inherits:
-
Object
- Object
- Literal::Types::VoidType
- Includes:
- Literal::Type
- Defined in:
- lib/literal/opal_compat.rb
Constant Summary collapse
- Instance =
new
Instance Method Summary collapse
Instance Method Details
#===(_value) ⇒ Object
85 |
# File 'lib/literal/opal_compat.rb', line 85 def ===(_value) = true |
#>=(_other, context: nil) ⇒ Object
87 |
# File 'lib/literal/opal_compat.rb', line 87 def >=(_other, context: nil) = true |
#inspect ⇒ Object
83 |
# File 'lib/literal/opal_compat.rb', line 83 def inspect = "_Void" |