module RuboCop::AST::MethodDispatchNode
def implicit_call?
-
(Boolean)
- whether the method is the implicit form of `#call`
def implicit_call? method?(:call) && !loc.selector end
(Boolean)
- whether the method is the implicit form of `#call`
def implicit_call? method?(:call) && !loc.selector end