class YARD::Parser::Ruby::AstNode

def ref?

Returns:
  • (Boolean) - whether the node is a reference (variable,
def ref?
  false
end