Sha256: ef8b299e7b33691c9e52b4963ae5fcbd0c46df659b909f663b106b40a4d90b9e
Contents?: true
Size: 322 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems