class Quality::Tools::Tool
represents a code quality tool which can be run on source files
Public Class Methods
new(runner)
click to toggle source
# File lib/quality/tool.rb, line 9 def initialize(runner) @runner = runner end