Sha256: 628c1051daff1489eed91d75db4602df0ebbc0cef54c4f0ccf3e23b2bdf5f3a1
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 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 fail NotImplementedError end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubycritic-2.7.0 | lib/rubycritic/commands/base.rb |