6 7 8 9 10 11
# File 'lib/standard/runners/verbose_version.rb', line 6 def call(config) puts <<~MSG Standard version: #{Standard::VERSION} RuboCop version: #{RuboCop::Version.version(debug: true)} MSG end