class RuboCop::Cop::Style::SpaceAroundOperators

def called_with_dot?(node)

def called_with_dot?(node)
  node.loc.dot
end