Sha256: 6f23ca95834cd9e944bd4483b9f53c53037de732972e441a59b5d03e19832e05
Contents?: true
Size: 266 Bytes
Versions: 3
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.12.4' def self.document_version STRING.match('\d+\.\d+').to_s end end end end
Version data entries
3 entries across 3 versions & 2 rubygems