lib/rubocop/ruby2_7.rb



# frozen_string_literal: true

require_relative "ruby2_7/version"

module Rubocop
  # Namespace of this library
  module Ruby27
  end
end