Class: Spellr::CheckDryRun
Instance Attribute Summary
Attributes inherited from Check
Instance Method Summary collapse
Methods inherited from Check
Methods included from StringFormat
aqua, bold, green, key, lighten, normal, pluralize, red
Constructor Details
This class inherits a constructor from Spellr::Check
Instance Method Details
#check ⇒ Object
8 9 10 11 12 |
# File 'lib/spellr/check_dry_run.rb', line 8 def check files.each do |file| @reporter.puts file.relative_path end end |