Sha256: 088fd63dfd51797bfab8132adcfdcc46a506508e2e1b0a9f7c44061ea082a8b9

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

module RuboCop
  module Rails
    # This module holds the RuboCop Rails version information.
    module Version
      STRING = '2.17.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.17.1 lib/rubocop/rails/version.rb