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

[View source]

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

def type
  @type
end