Sha256: b53c2ef377dd703d3c439b6dc3ac85e3c81d89ae0093ba21a4b858b458d3531f
Contents?: true
Size: 322 Bytes
Versions: 1
Compression:
Stored size: 322 Bytes
Contents
require 'rubycritic/commands/status_reporter' module RubyCritic module Command class Base def initialize(options) @options = options @status_reporter = RubyCritic::Command::StatusReporter.new(@options) end def execute raise NotImplementedError end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubycritic-2.9.3 | lib/rubycritic/commands/base.rb |