Sha256: e3f4e4519541879d615f04b63daf2bafb97b00a4d342a043aefcad538d1462fa

Contents?: true

Size: 353 Bytes

Versions: 1

Compression:

Stored size: 353 Bytes

Contents

module RuboCop
  module Select
    VERSION = '0.1.1'

    MSG = '%s (using RuboCop %s, running on %s %s %s)'

    module_function

    def version(debug = false)
      if debug
        format(MSG, VERSION, ::RuboCop::Version.version(false),
               RUBY_ENGINE, RUBY_VERSION, RUBY_PLATFORM)
      else
        VERSION
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-select-0.1.1 lib/rubocop/select/version.rb