Sha256: 0d49ad3f5e11e9e39915510acf36f18d356001aff2230395b3ef89ef5e547ea9
Contents?: true
Size: 202 Bytes
Versions: 3
Compression:
Stored size: 202 Bytes
Contents
module Reek module CLI # # Base class for all commands # class Command attr_reader :options def initialize(options) @options = options end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reek-2.2.1 | lib/reek/cli/command.rb |
reek-2.2.0 | lib/reek/cli/command.rb |
reek-2.1.0 | lib/reek/cli/command.rb |