module RuboCop::AST::MethodDispatchNode
def dot?
-
(Boolean)
- whether the method was called with a connecting dot
def dot? loc.respond_to?(:dot) && loc.dot && loc.dot.is?('.') end
(Boolean)
- whether the method was called with a connecting dot
def dot? loc.respond_to?(:dot) && loc.dot && loc.dot.is?('.') end