Class: MessagePack::IDL::AST::FalseLiteral

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

#initializeFalseLiteral

Returns a new instance of FalseLiteral.



371
372
373
# File 'lib/msgpack/idl/ast.rb', line 371

def initialize
	super(false)
end