Class: YARD::Parser::Ruby::LiteralNode

Inherits:
AstNode show all
Defined in:
lib/yard/parser/ruby/ast_node.rb

Managing node state collapse

Constructor Details

This class inherits a constructor from YARD::Parser::Ruby::AstNode

Instance Method Details

#literal?Boolean

Returns:

  • (Boolean)


372
# File 'lib/yard/parser/ruby/ast_node.rb', line 372

def literal?; true end