Sha256: 8a5aa7deed013aca20412b10482381fd59c14393892f616005ac4efab885ec06
Contents?: true
Size: 306 Bytes
Versions: 13
Compression:
Stored size: 306 Bytes
Contents
require_relative "rubocop" module Standard module Runners class VerboseVersion def call(config) puts <<-MSG.gsub(/^ {10}/, "") Standard version: #{Standard::VERSION} RuboCop version: #{RuboCop::Version.version(debug: true)} MSG end end end end
Version data entries
13 entries across 13 versions & 1 rubygems