Sha256: 310113d4bbab7749aea7e20737445ccee6f73c486eacacd488a531d59bd2e80c
Contents?: true
Size: 219 Bytes
Versions: 3
Compression:
Stored size: 219 Bytes
Contents
module Reek class VersionCommand def initialize(progname) @progname = progname end def execute(view) view.output("#{@progname} #{Reek::VERSION}") view.report_success end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reek-1.2.6 | lib/reek/version_command.rb |
reek-1.2.5 | lib/reek/version_command.rb |
reek-1.2.4 | lib/reek/version_command.rb |