Module: Inspector

Defined in:
lib/inspector/runner.rb,
lib/inspector/console.rb,
lib/inspector/options.rb,
lib/inspector/separator.rb

Overview

This module encapsulates functionality related to scanning values for patterns. If a line contains the pattern that line is added to valid files. If the pattern is not found in the line the line is added to invalid files. Lines can if requested to be fixed. The line is presented to the user and the user can eather fix the value by typing the corrected value. Other possibilities are to drop the line, scan the line or just considering the line as valid so it is added to valid values.

Defined Under Namespace

Classes: Console, Options, Runner, Separator