Sha256: 815a3cf9683e2d32879b1217f8dfa0e877fc5cd05814b82cb3b328cba79ab912
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_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-ruby2_3-2.0.3 | lib/rubocop/ruby2_3.rb |