Libraries
»
msgpack-idl
(0.1.1)
»
Index
»
MessagePack
»
IDL
»
AST
»
BoolLiteral
»
#text
Method: MessagePack::IDL::AST::BoolLiteral#text
Defined in:
lib/msgpack/idl/ast.rb
#
text
⇒
Object
359 360 361
# File 'lib/msgpack/idl/ast.rb', line 359
def
text
"#{@value}"
end