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