module Spellchecker::Dictionaries
Public Instance Methods
path()
click to toggle source
@return [Pathname]
# File lib/spellchecker/dictionaries.rb, line 8 def path Pathname.new(File.expand_path('../../dictionaries', __dir__)) end