Sha256: 861b0d35fbab1d142ced7e9c465b18dbbe220ece4f552577dffb383cb155ce09
Contents?: true
Size: 287 Bytes
Versions: 108
Compression:
Stored size: 287 Bytes
Contents
require_relative "rubocop" module Standard module Runners class VerboseVersion def call(config) puts <<~MSG Standard version: #{Standard::VERSION} RuboCop version: #{RuboCop::Version.version(debug: true)} MSG end end end end
Version data entries
108 entries across 108 versions & 3 rubygems