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