Hunspell
Constants
The language to default to, if no 'LANG' env variable was set.
Known directories to search within for dictionaries.
The directory name used to store user installed dictionaries.
Class methods
Opens a Hunspell dictionary.
@param [Symbol, String] name The name of the dictionary to open.
@return [nil]
Opens a Hunspell dictionary.
@param [Symbol, String] name The name of the dictionary to open.
@yield [dict] The given block will be passed the Hunspell dictionary.
@yieldparam [Dictionary] dict The opened dictionary.
@return [nil]
The dictionary directories to search for dictionary files.
@return [Array<String, Pathname>] The directory paths.
@since 0.2.0
The dictionary directories to search for dictionary files.
@return [Array<String, Pathname>] The directory paths.
@since 0.2.0