Class: Quality::Tools::Tool

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/quality/tool.rb

Overview

represents a code quality tool which can be run on source files

Instance Method Summary collapse

Constructor Details

#initialize(runner) ⇒ Tool

Returns a new instance of Tool.



9
10
11
# File 'lib/quality/tool.rb', line 9

def initialize(runner)
  @runner = runner
end