Sha256: 7698521c84edcf123f5ad5471b46d0dc2a64459be26cd97897da3160f2f85c3d
Contents?: true
Size: 428 Bytes
Versions: 2
Compression:
Stored size: 428 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.rake" end end end Rubocop::Ruby27::Version.class_eval do extend VersionGem::Basic end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop-ruby2_7-2.0.3 | lib/rubocop/ruby2_7.rb |
rubocop-ruby2_7-2.0.2 | lib/rubocop/ruby2_7.rb |