Class: Spellr::CheckDryRun

Inherits:
Check
  • Object
show all
Defined in:
lib/spellr/check_dry_run.rb

Instance Attribute Summary

Attributes inherited from Check

#files, #reporter

Instance Method Summary collapse

Methods inherited from Check

#exit_code, #initialize

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

#checkObject



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