module RuboCop::AST::MethodDispatchNode
def const_receiver?
-
(Boolean)
- whether the receiver of this method dispatch
def const_receiver? receiver&.const_type? end
(Boolean)
- whether the receiver of this method dispatch
def const_receiver? receiver&.const_type? end