Sha256: 40bcba5e3ba1ad32c8390ce4afbfcd7fb053cff983859a6ab0cdf31c5ce73787
Contents?: true
Size: 330 Bytes
Versions: 7
Compression:
Stored size: 330 Bytes
Contents
require 'reek' require 'reek/cli/command' module Reek module Cli # # A command to report the application's current version number. # class VersionCommand < Command def execute(view) view.output("#{@options.program_name} #{Reek::VERSION}\n") view.report_success end end end end
Version data entries
7 entries across 7 versions & 1 rubygems