Sha256: 21b7796889112b705576ccaf9c95a1a1b1c82cfc55b73093eb626c81ad7a911a
Contents?: true
Size: 426 Bytes
Versions: 1
Compression:
Stored size: 426 Bytes
Contents
# frozen_string_literal: true # external libs require "version_gem" # this gem require_relative "ruby2_7/version" # :nocov: require_relative "ruby2_7/railtie" if defined?(Rails::Railtie) # :nocov: module Rubocop # Namespace of this library module Ruby27 module_function def install_tasks load "rubocop/ruby2_7/tasks.rb" end end end Rubocop::Ruby27::Version.class_eval do extend VersionGem::Basic end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-ruby2_7-2.0.4 | lib/rubocop/ruby2_7.rb |