Method: YARD::Parser::Ruby::AstNode#type

Defined in:
lib/yard/parser/ruby/ast_node.rb

#typeSymbol

Returns the node’s unique symbolic type.

Returns:

  • (Symbol)

    the node’s unique symbolic type


56
57
58
# File 'lib/yard/parser/ruby/ast_node.rb', line 56

def type
  @type
end