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