module RuboCop::AST::MethodDispatchNode

def const_receiver?

Returns:
  • (Boolean) - whether the receiver of this method dispatch
def const_receiver?
  receiver&.const_type?
end