class RuboCop::Cop::Style::StaticClass

def extend_call?(node)

def extend_call?(node)
  node.send_type? && node.method?(:extend)
end