Class: MessagePack::IDL::AST::TrueLiteral

Inherits:
BoolLiteral show all
Defined in:
lib/msgpack/idl/ast.rb

Instance Attribute Summary

Attributes inherited from BoolLiteral

#value

Instance Method Summary collapse

Methods inherited from BoolLiteral

#text

Constructor Details

#initializeTrueLiteral

Returns a new instance of TrueLiteral.



365
366
367
# File 'lib/msgpack/idl/ast.rb', line 365

def initialize
	super(true)
end