class Standard::Runners::VerboseVersion
def call(config)
def call(config) puts <<~MSG Standard version: #{Standard::VERSION} RuboCop version: #{RuboCop::Version.version(debug: true)} MSG end
def call(config) puts <<~MSG Standard version: #{Standard::VERSION} RuboCop version: #{RuboCop::Version.version(debug: true)} MSG end