Method: YARD::Parser::Ruby::AstNode#ref?

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

#ref?Boolean

Returns whether the node is a reference (variable, constant name).

Returns:

  • (Boolean)

    whether the node is a reference (variable, constant name)


223
224
225
# File 'lib/yard/parser/ruby/ast_node.rb', line 223

def ref?
  false
end