Sha256: 91a11aeb1b92e6686470ab8bdbecfff29850b48afe1cfa9d1d06c48e490e65c8
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_3/version" # :nocov: require_relative "ruby2_3/railtie" if defined?(Rails::Railtie) # :nocov: module Rubocop # Namespace of this library module Ruby23 module_function def install_tasks load("rubocop/ruby2_3/tasks.rb") end end end Rubocop::Ruby23::Version.class_eval do extend VersionGem::Basic end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop-ruby2_3-2.0.5 | lib/rubocop/ruby2_3.rb |
rubocop-ruby2_3-2.0.4 | lib/rubocop/ruby2_3.rb |