Sha256: b4c413ce3ef054e2add2851d4b0a934050767aca2e5d954f9364c3cfc85d1ee7
Contents?: true
Size: 291 Bytes
Versions: 3
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true require_relative 'spellr/backports' require_relative 'spellr/config' module Spellr class Error < StandardError; end class Wordlist class NotFound < Spellr::Error; end end module_function def config @config ||= Spellr::Config.new end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spellr-0.5.0 | lib/spellr.rb |
spellr-0.4.1 | lib/spellr.rb |
spellr-0.4.0 | lib/spellr.rb |