Sha256: eab03908f11839fcbe33e751326124dd23a668bc6122e979cf59ca7f2ba18437
Contents?: true
Size: 352 Bytes
Versions: 7
Compression:
Stored size: 352 Bytes
Contents
# frozen_string_literal: true 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
7 entries across 7 versions & 1 rubygems