class Spellr::CheckDryRun

Public Instance Methods

check() click to toggle source
# File lib/spellr/check_dry_run.rb, line 8
def check
  files.each do |file|
    @reporter.puts file.relative_path
  end
end