Sha256: fefee73bfd704eff74d8ac0d7e494dfd5904df72a4253625d286dd029a3f8e87
Contents?: true
Size: 265 Bytes
Versions: 1
Compression:
Stored size: 265 Bytes
Contents
# frozen_string_literal: true module RuboCop module Rails # This module holds the RuboCop Rails version information. module Version STRING = '2.9.1' def self.document_version STRING.match('\d+\.\d+').to_s end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-rails-2.9.1 | lib/rubocop/rails/version.rb |