Class: MessagePack::IDL::AST::NilLiteral

Inherits:
Literal
  • Object
show all
Defined in:
lib/msgpack/idl/ast.rb

Instance Method Summary collapse

Instance Method Details

#textObject



348
349
350
# File 'lib/msgpack/idl/ast.rb', line 348

def text
	%[nil]
end