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