Method: Readlines::ReadDuc#check_spelling
- Defined in:
- lib/readlines/read.rb
#check_spelling(dictionary) ⇒ Object
Spelling operations
247 248 249 250 |
# File 'lib/readlines/read.rb', line 247 def check_spelling(dictionary) raise Readlines::Error::NotFoundError, "File not found: #{@file_path}" unless ::File.exist?(@file_path) check_spelling_now(dictionary) end |