module RuboCop::AST::MethodIdentifierPredicates
def const_receiver?
-
(Boolean)
- whether the receiver of this node is a `const` node
def const_receiver? receiver&.const_type? end
(Boolean)
- whether the receiver of this node is a `const` node
def const_receiver? receiver&.const_type? end