Class: MessagePack::IDL::AST::FalseLiteral
- Inherits:
-
BoolLiteral
- Object
- Literal
- BoolLiteral
- MessagePack::IDL::AST::FalseLiteral
- Defined in:
- lib/msgpack/idl/ast.rb
Instance Attribute Summary
Attributes inherited from BoolLiteral
Instance Method Summary collapse
-
#initialize ⇒ FalseLiteral
constructor
A new instance of FalseLiteral.
Methods inherited from BoolLiteral
Constructor Details
#initialize ⇒ FalseLiteral
Returns a new instance of FalseLiteral.
371 372 373 |
# File 'lib/msgpack/idl/ast.rb', line 371 def initialize super(false) end |