Sha256: 81f818837d3a3f4041c2734b4448ddb74550d50e0bac70b5a2b823dc261e9033
Contents?: true
Size: 307 Bytes
Versions: 2
Compression:
Stored size: 307 Bytes
Contents
require 'private_attr/everywhere' module Reek module CLI # # Base class for all commands # # @api private class Command attr_reader :options def initialize(options) @options = options end private private_attr_reader :options end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reek-3.3.1 | lib/reek/cli/command.rb |
reek-3.3.0 | lib/reek/cli/command.rb |