titleist 0.1.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/tests.yml +19 -0
  3. data/.gitignore +1 -2
  4. data/.rubocop.yml +26 -1
  5. data/.ruby-version +1 -1
  6. data/Gemfile +13 -2
  7. data/README.md +95 -25
  8. data/Rakefile +17 -6
  9. data/docs/index.md +7 -0
  10. data/lib/generators/titleist/titleist_generator.rb +3 -0
  11. data/lib/titleist.rb +14 -9
  12. data/lib/titleist/controller.rb +36 -0
  13. data/lib/titleist/engine.rb +10 -4
  14. data/lib/titleist/helper.rb +23 -0
  15. data/lib/titleist/title.rb +52 -89
  16. data/lib/titleist/version.rb +5 -1
  17. data/rbi/sord.rbi +117 -0
  18. data/sorbet/config +2 -0
  19. data/sorbet/rbi/gems/actioncable.rbi +318 -0
  20. data/sorbet/rbi/gems/actionmailbox.rbi +56 -0
  21. data/sorbet/rbi/gems/actionmailer.rbi +446 -0
  22. data/sorbet/rbi/gems/actionpack.rbi +3411 -0
  23. data/sorbet/rbi/gems/actiontext.rbi +79 -0
  24. data/sorbet/rbi/gems/actionview.rbi +1185 -0
  25. data/sorbet/rbi/gems/activejob.rbi +362 -0
  26. data/sorbet/rbi/gems/activemodel.rbi +749 -0
  27. data/sorbet/rbi/gems/activerecord.rbi +5713 -0
  28. data/sorbet/rbi/gems/activestorage.rbi +221 -0
  29. data/sorbet/rbi/gems/activesupport.rbi +2437 -0
  30. data/sorbet/rbi/gems/addressable.rbi +146 -0
  31. data/sorbet/rbi/gems/ast.rbi +47 -0
  32. data/sorbet/rbi/gems/capybara.rbi +1787 -0
  33. data/sorbet/rbi/gems/childprocess.rbi +106 -0
  34. data/sorbet/rbi/gems/codeclimate-test-reporter.rbi +125 -0
  35. data/sorbet/rbi/gems/concurrent-ruby.rbi +1587 -0
  36. data/sorbet/rbi/gems/crass.rbi +92 -0
  37. data/sorbet/rbi/gems/docile.rbi +29 -0
  38. data/sorbet/rbi/gems/erubi.rbi +26 -0
  39. data/sorbet/rbi/gems/globalid.rbi +98 -0
  40. data/sorbet/rbi/gems/i18n.rbi +191 -0
  41. data/sorbet/rbi/gems/jaro_winkler.rbi +14 -0
  42. data/sorbet/rbi/gems/loofah.rbi +129 -0
  43. data/sorbet/rbi/gems/mail.rbi +1582 -0
  44. data/sorbet/rbi/gems/marcel.rbi +12 -0
  45. data/sorbet/rbi/gems/method_source.rbi +63 -0
  46. data/sorbet/rbi/gems/mini_mime.rbi +51 -0
  47. data/sorbet/rbi/gems/minitest.rbi +419 -0
  48. data/sorbet/rbi/gems/mocha.rbi +794 -0
  49. data/sorbet/rbi/gems/nio4r.rbi +67 -0
  50. data/sorbet/rbi/gems/nokogiri.rbi +1010 -0
  51. data/sorbet/rbi/gems/parallel.rbi +81 -0
  52. data/sorbet/rbi/gems/parser.rbi +920 -0
  53. data/sorbet/rbi/gems/public_suffix.rbi +103 -0
  54. data/sorbet/rbi/gems/puma.rbi +586 -0
  55. data/sorbet/rbi/gems/rack-test.rbi +161 -0
  56. data/sorbet/rbi/gems/rack.rbi +634 -0
  57. data/sorbet/rbi/gems/rails-dom-testing.rbi +67 -0
  58. data/sorbet/rbi/gems/rails-html-sanitizer.rbi +91 -0
  59. data/sorbet/rbi/gems/railties.rbi +834 -0
  60. data/sorbet/rbi/gems/rainbow.rbi +117 -0
  61. data/sorbet/rbi/gems/rake.rbi +269 -0
  62. data/sorbet/rbi/gems/regexp_parser.rbi +912 -0
  63. data/sorbet/rbi/gems/rubocop.rbi +7232 -0
  64. data/sorbet/rbi/gems/ruby-progressbar.rbi +304 -0
  65. data/sorbet/rbi/gems/rubyzip.rbi +546 -0
  66. data/sorbet/rbi/gems/selenium-webdriver.rbi +1450 -0
  67. data/sorbet/rbi/gems/simplecov-html.rbi +30 -0
  68. data/sorbet/rbi/gems/simplecov.rbi +189 -0
  69. data/sorbet/rbi/gems/site_ruby.rbi +265 -0
  70. data/sorbet/rbi/gems/sprockets-rails.rbi +105 -0
  71. data/sorbet/rbi/gems/sprockets.rbi +753 -0
  72. data/sorbet/rbi/gems/sqlite3.rbi +353 -0
  73. data/sorbet/rbi/gems/thor.rbi +579 -0
  74. data/sorbet/rbi/gems/thread_safe.rbi +81 -0
  75. data/sorbet/rbi/gems/tzinfo.rbi +405 -0
  76. data/sorbet/rbi/gems/unicode-display_width.rbi +16 -0
  77. data/sorbet/rbi/gems/webdrivers.rbi +155 -0
  78. data/sorbet/rbi/gems/xpath.rbi +158 -0
  79. data/sorbet/rbi/gems/yard.rbi +1159 -0
  80. data/sorbet/rbi/hidden-definitions/errors.txt +14957 -0
  81. data/sorbet/rbi/hidden-definitions/hidden.rbi +24898 -0
  82. data/sorbet/rbi/sorbet-typed/lib/actionmailer/all/actionmailer.rbi +13 -0
  83. data/sorbet/rbi/sorbet-typed/lib/actionpack/all/actionpack.rbi +938 -0
  84. data/sorbet/rbi/sorbet-typed/lib/actionview/all/actionview.rbi +314 -0
  85. data/sorbet/rbi/sorbet-typed/lib/activemodel/all/activemodel.rbi +425 -0
  86. data/sorbet/rbi/sorbet-typed/lib/activerecord/>=5.2/activerecord.rbi +17 -0
  87. data/sorbet/rbi/sorbet-typed/lib/activerecord/all/activerecord.rbi +1425 -0
  88. data/sorbet/rbi/sorbet-typed/lib/activerecord/~>6.0.0/activerecord.rbi +475 -0
  89. data/sorbet/rbi/sorbet-typed/lib/activestorage/>=6.0.0/activestorage.rbi +19 -0
  90. data/sorbet/rbi/sorbet-typed/lib/activestorage/all/activestorage.rbi +173 -0
  91. data/sorbet/rbi/sorbet-typed/lib/activesupport/>=6.0.0.rc1/activesupport.rbi +23 -0
  92. data/sorbet/rbi/sorbet-typed/lib/activesupport/all/activesupport.rbi +858 -0
  93. data/sorbet/rbi/sorbet-typed/lib/bundler/all/bundler.rbi +8684 -0
  94. data/sorbet/rbi/sorbet-typed/lib/minitest/all/minitest.rbi +108 -0
  95. data/sorbet/rbi/sorbet-typed/lib/railties/all/railties.rbi +25 -0
  96. data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +254 -0
  97. data/sorbet/rbi/sorbet-typed/lib/ruby/all/gem.rbi +4222 -0
  98. data/sorbet/rbi/sorbet-typed/lib/ruby/all/open3.rbi +111 -0
  99. data/sorbet/rbi/sorbet-typed/lib/ruby/all/resolv.rbi +543 -0
  100. data/sorbet/rbi/todo.rbi +20 -0
  101. data/titleist.gemspec +3 -14
  102. metadata +96 -155
  103. data/.travis.yml +0 -45
  104. data/app/controllers/.keep +0 -0
  105. data/app/helpers/.keep +0 -0
  106. data/app/helpers/titleist_helper.rb +0 -47
  107. data/app/mailers/.keep +0 -0
  108. data/app/models/.keep +0 -0
  109. data/app/views/.keep +0 -0
@@ -0,0 +1,92 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: strong
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/crass/all/crass.rbi
9
+ #
10
+ # crass-1.0.6
11
+ module Crass
12
+ def self.parse(input, options = nil); end
13
+ def self.parse_properties(input, options = nil); end
14
+ end
15
+ class Crass::TokenScanner
16
+ def collect; end
17
+ def consume; end
18
+ def current; end
19
+ def initialize(tokens); end
20
+ def peek; end
21
+ def pos; end
22
+ def reconsume; end
23
+ def reset; end
24
+ def tokens; end
25
+ end
26
+ class Crass::Scanner
27
+ def consume; end
28
+ def consume_rest; end
29
+ def current; end
30
+ def eos?; end
31
+ def initialize(input); end
32
+ def mark; end
33
+ def marked; end
34
+ def marker; end
35
+ def marker=(arg0); end
36
+ def peek(length = nil); end
37
+ def pos; end
38
+ def pos=(arg0); end
39
+ def reconsume; end
40
+ def reset; end
41
+ def scan(pattern); end
42
+ def scan_until(pattern); end
43
+ def string; end
44
+ end
45
+ class Crass::Tokenizer
46
+ def consume; end
47
+ def consume_bad_url; end
48
+ def consume_comments; end
49
+ def consume_escaped; end
50
+ def consume_ident; end
51
+ def consume_name; end
52
+ def consume_number; end
53
+ def consume_numeric; end
54
+ def consume_string(ending = nil); end
55
+ def consume_unicode_range; end
56
+ def consume_url; end
57
+ def convert_string_to_number(str); end
58
+ def create_token(type, properties = nil); end
59
+ def initialize(input, options = nil); end
60
+ def preprocess(input); end
61
+ def self.tokenize(input, options = nil); end
62
+ def start_identifier?(text = nil); end
63
+ def start_number?(text = nil); end
64
+ def tokenize; end
65
+ def valid_escape?(text = nil); end
66
+ end
67
+ class Crass::Parser
68
+ def consume_at_rule(input = nil); end
69
+ def consume_component_value(input = nil); end
70
+ def consume_declaration(input = nil); end
71
+ def consume_declarations(input = nil, options = nil); end
72
+ def consume_function(input = nil); end
73
+ def consume_qualified_rule(input = nil); end
74
+ def consume_rules(flags = nil); end
75
+ def consume_simple_block(input = nil); end
76
+ def create_node(type, properties = nil); end
77
+ def create_selector(input); end
78
+ def create_style_rule(rule); end
79
+ def initialize(input, options = nil); end
80
+ def parse_component_value(input = nil); end
81
+ def parse_component_values(input = nil); end
82
+ def parse_declaration(input = nil); end
83
+ def parse_declarations(input = nil, options = nil); end
84
+ def parse_properties(input = nil); end
85
+ def parse_rule(input = nil); end
86
+ def parse_value(nodes); end
87
+ def self.parse_properties(input, options = nil); end
88
+ def self.parse_rules(input, options = nil); end
89
+ def self.parse_stylesheet(input, options = nil); end
90
+ def self.stringify(nodes, options = nil); end
91
+ def tokens; end
92
+ end
@@ -0,0 +1,29 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: strong
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/docile/all/docile.rbi
9
+ #
10
+ # docile-1.1.5
11
+ module Docile
12
+ def dsl_eval(dsl, *args, &block); end
13
+ def dsl_eval_immutable(dsl, *args, &block); end
14
+ def self.dsl_eval(dsl, *args, &block); end
15
+ def self.dsl_eval_immutable(dsl, *args, &block); end
16
+ extend Docile::Execution
17
+ end
18
+ module Docile::Execution
19
+ def exec_in_proxy_context(dsl, proxy_type, *args, &block); end
20
+ def self.exec_in_proxy_context(dsl, proxy_type, *args, &block); end
21
+ end
22
+ class Docile::FallbackContextProxy
23
+ def initialize(receiver, fallback); end
24
+ def instance_variables; end
25
+ def method_missing(method, *args, &block); end
26
+ end
27
+ class Docile::ChainingFallbackContextProxy < Docile::FallbackContextProxy
28
+ def method_missing(method, *args, &block); end
29
+ end
@@ -0,0 +1,26 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: strong
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/erubi/all/erubi.rbi
9
+ #
10
+ # erubi-1.9.0
11
+ module Erubi
12
+ def self.h(value); end
13
+ end
14
+ class Erubi::Engine
15
+ def add_code(code); end
16
+ def add_expression(indicator, code); end
17
+ def add_expression_result(code); end
18
+ def add_expression_result_escaped(code); end
19
+ def add_postamble(postamble); end
20
+ def add_text(text); end
21
+ def bufvar; end
22
+ def filename; end
23
+ def handle(indicator, code, tailch, rspace, lspace); end
24
+ def initialize(input, properties = nil); end
25
+ def src; end
26
+ end
@@ -0,0 +1,98 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: strong
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/globalid/all/globalid.rbi
9
+ #
10
+ # globalid-0.4.2
11
+ module URI
12
+ end
13
+ class URI::GID < URI::Generic
14
+ def app; end
15
+ def check_host(host); end
16
+ def check_path(path); end
17
+ def check_scheme(scheme); end
18
+ def model_id; end
19
+ def model_name; end
20
+ def params; end
21
+ def parse_query_params(query); end
22
+ def query=(query); end
23
+ def self.build(args); end
24
+ def self.create(app, model, params = nil); end
25
+ def self.parse(uri); end
26
+ def self.validate_app(app); end
27
+ def set_model_components(path, validate = nil); end
28
+ def set_params(params); end
29
+ def set_path(path); end
30
+ def set_query(query); end
31
+ def to_s; end
32
+ def validate_component(component); end
33
+ def validate_model_id(model_id, model_name); end
34
+ end
35
+ class URI::GID::MissingModelIdError < URI::InvalidComponentError
36
+ end
37
+ class GlobalID
38
+ def ==(other); end
39
+ def app(*args, &block); end
40
+ def eql?(other); end
41
+ def find(options = nil); end
42
+ def hash; end
43
+ def initialize(gid, options = nil); end
44
+ def model_class; end
45
+ def model_id(*args, &block); end
46
+ def model_name(*args, &block); end
47
+ def params(*args, &block); end
48
+ def self.app; end
49
+ def self.app=(app); end
50
+ def self.create(model, options = nil); end
51
+ def self.eager_load!; end
52
+ def self.find(gid, options = nil); end
53
+ def self.parse(gid, options = nil); end
54
+ def self.parse_encoded_gid(gid, options); end
55
+ def self.repad_gid(gid); end
56
+ def to_param; end
57
+ def to_s(*args, &block); end
58
+ def uri; end
59
+ extend ActiveSupport::Autoload
60
+ end
61
+ class GlobalID::Railtie < Rails::Railtie
62
+ end
63
+ class SignedGlobalID < GlobalID
64
+ def ==(other); end
65
+ def encoded_expiration; end
66
+ def expires_at; end
67
+ def initialize(gid, options = nil); end
68
+ def pick_expiration(options); end
69
+ def purpose; end
70
+ def self.expires_in; end
71
+ def self.expires_in=(arg0); end
72
+ def self.parse(sgid, options = nil); end
73
+ def self.pick_purpose(options); end
74
+ def self.pick_verifier(options); end
75
+ def self.raise_if_expired(expires_at); end
76
+ def self.verifier; end
77
+ def self.verifier=(arg0); end
78
+ def self.verify(sgid, options); end
79
+ def to_h; end
80
+ def to_param; end
81
+ def to_s; end
82
+ def verifier; end
83
+ end
84
+ class SignedGlobalID::ExpiredMessage < StandardError
85
+ end
86
+ class GlobalID::Verifier < ActiveSupport::MessageVerifier
87
+ def decode(data); end
88
+ def encode(data); end
89
+ end
90
+ module GlobalID::Identification
91
+ def to_gid(options = nil); end
92
+ def to_gid_param(options = nil); end
93
+ def to_global_id(options = nil); end
94
+ def to_sgid(options = nil); end
95
+ def to_sgid_param(options = nil); end
96
+ def to_signed_global_id(options = nil); end
97
+ extend ActiveSupport::Concern
98
+ end
@@ -0,0 +1,191 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: strong
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/i18n/all/i18n.rbi
9
+ #
10
+ # i18n-1.8.2
11
+ module I18n
12
+ def self.interpolate(string, values); end
13
+ def self.interpolate_hash(string, values); end
14
+ def self.new_double_nested_cache; end
15
+ extend I18n::Base
16
+ end
17
+ class I18n::ExceptionHandler
18
+ def call(exception, _locale, _key, _options); end
19
+ end
20
+ class I18n::ArgumentError < ArgumentError
21
+ end
22
+ class I18n::Disabled < I18n::ArgumentError
23
+ def initialize(method); end
24
+ end
25
+ class I18n::InvalidLocale < I18n::ArgumentError
26
+ def initialize(locale); end
27
+ def locale; end
28
+ end
29
+ class I18n::InvalidLocaleData < I18n::ArgumentError
30
+ def filename; end
31
+ def initialize(filename, exception_message); end
32
+ end
33
+ class I18n::MissingTranslation < I18n::ArgumentError
34
+ include I18n::MissingTranslation::Base
35
+ end
36
+ module I18n::MissingTranslation::Base
37
+ def initialize(locale, key, options = nil); end
38
+ def key; end
39
+ def keys; end
40
+ def locale; end
41
+ def message; end
42
+ def options; end
43
+ def to_exception; end
44
+ def to_s; end
45
+ end
46
+ class I18n::MissingTranslationData < I18n::ArgumentError
47
+ include I18n::MissingTranslation::Base
48
+ end
49
+ class I18n::InvalidPluralizationData < I18n::ArgumentError
50
+ def count; end
51
+ def entry; end
52
+ def initialize(entry, count, key); end
53
+ def key; end
54
+ end
55
+ class I18n::MissingInterpolationArgument < I18n::ArgumentError
56
+ def initialize(key, values, string); end
57
+ def key; end
58
+ def string; end
59
+ def values; end
60
+ end
61
+ class I18n::ReservedInterpolationKey < I18n::ArgumentError
62
+ def initialize(key, string); end
63
+ def key; end
64
+ def string; end
65
+ end
66
+ class I18n::UnknownFileType < I18n::ArgumentError
67
+ def filename; end
68
+ def initialize(type, filename); end
69
+ def type; end
70
+ end
71
+ module I18n::Base
72
+ def available_locales; end
73
+ def available_locales=(value); end
74
+ def available_locales_initialized?; end
75
+ def backend; end
76
+ def backend=(value); end
77
+ def config; end
78
+ def config=(value); end
79
+ def default_locale; end
80
+ def default_locale=(value); end
81
+ def default_separator; end
82
+ def default_separator=(value); end
83
+ def eager_load!; end
84
+ def enforce_available_locales!(locale); end
85
+ def enforce_available_locales; end
86
+ def enforce_available_locales=(value); end
87
+ def exception_handler; end
88
+ def exception_handler=(value); end
89
+ def exists?(key, _locale = nil, locale: nil); end
90
+ def handle_exception(handling, exception, locale, key, options); end
91
+ def l(object, locale: nil, format: nil, **options); end
92
+ def load_path; end
93
+ def load_path=(value); end
94
+ def locale; end
95
+ def locale=(value); end
96
+ def locale_available?(locale); end
97
+ def localize(object, locale: nil, format: nil, **options); end
98
+ def normalize_key(key, separator); end
99
+ def normalize_keys(locale, key, scope, separator = nil); end
100
+ def reload!; end
101
+ def t!(key, options = nil); end
102
+ def t(key = nil, *arg1, throw: nil, raise: nil, locale: nil, **options); end
103
+ def translate!(key, options = nil); end
104
+ def translate(key = nil, *arg1, throw: nil, raise: nil, locale: nil, **options); end
105
+ def transliterate(key, *arg1, throw: nil, raise: nil, locale: nil, replacement: nil, **options); end
106
+ def with_locale(tmp_locale = nil); end
107
+ end
108
+ class I18n::Config
109
+ def available_locales; end
110
+ def available_locales=(locales); end
111
+ def available_locales_initialized?; end
112
+ def available_locales_set; end
113
+ def backend; end
114
+ def backend=(backend); end
115
+ def clear_available_locales_set; end
116
+ def default_locale; end
117
+ def default_locale=(locale); end
118
+ def default_separator; end
119
+ def default_separator=(separator); end
120
+ def enforce_available_locales; end
121
+ def enforce_available_locales=(enforce_available_locales); end
122
+ def exception_handler; end
123
+ def exception_handler=(exception_handler); end
124
+ def interpolation_patterns; end
125
+ def interpolation_patterns=(interpolation_patterns); end
126
+ def load_path; end
127
+ def load_path=(load_path); end
128
+ def locale; end
129
+ def locale=(locale); end
130
+ def missing_interpolation_argument_handler; end
131
+ def missing_interpolation_argument_handler=(exception_handler); end
132
+ end
133
+ module I18n::Backend
134
+ end
135
+ module I18n::HashRefinements
136
+ end
137
+ module I18n::Backend::Transliterator
138
+ def self.get(rule = nil); end
139
+ def transliterate(locale, string, replacement = nil); end
140
+ end
141
+ class I18n::Backend::Transliterator::ProcTransliterator
142
+ def initialize(rule); end
143
+ def transliterate(string, replacement = nil); end
144
+ end
145
+ class I18n::Backend::Transliterator::HashTransliterator
146
+ def add(hash); end
147
+ def add_default_approximations; end
148
+ def approximations; end
149
+ def initialize(rule = nil); end
150
+ def transliterate(string, replacement = nil); end
151
+ end
152
+ module I18n::Backend::Base
153
+ def available_locales; end
154
+ def deep_interpolate(locale, data, values = nil); end
155
+ def default(locale, object, subject, options = nil); end
156
+ def eager_load!; end
157
+ def eager_loaded?; end
158
+ def exists?(locale, key); end
159
+ def interpolate(locale, subject, values = nil); end
160
+ def load_file(filename); end
161
+ def load_json(filename); end
162
+ def load_rb(filename); end
163
+ def load_translations(*filenames); end
164
+ def load_yaml(filename); end
165
+ def load_yml(filename); end
166
+ def localize(locale, object, format = nil, options = nil); end
167
+ def lookup(locale, key, scope = nil, options = nil); end
168
+ def pluralization_key(entry, count); end
169
+ def pluralize(locale, entry, count); end
170
+ def reload!; end
171
+ def resolve(locale, object, subject, options = nil); end
172
+ def store_translations(locale, data, options = nil); end
173
+ def subtrees?; end
174
+ def translate(locale, key, options = nil); end
175
+ def translate_localization_format(locale, object, format, options); end
176
+ include I18n::Backend::Transliterator
177
+ end
178
+ class I18n::Backend::Simple
179
+ include I18n::Backend::Simple::Implementation
180
+ end
181
+ module I18n::Backend::Simple::Implementation
182
+ def available_locales; end
183
+ def eager_load!; end
184
+ def init_translations; end
185
+ def initialized?; end
186
+ def lookup(locale, key, scope = nil, options = nil); end
187
+ def reload!; end
188
+ def store_translations(locale, data, options = nil); end
189
+ def translations(do_init: nil); end
190
+ include I18n::Backend::Base
191
+ end
@@ -0,0 +1,14 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: strong
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/jaro_winkler/all/jaro_winkler.rbi
9
+ #
10
+ # jaro_winkler-1.5.4
11
+ module JaroWinkler
12
+ def self.distance(*arg0); end
13
+ def self.jaro_distance(*arg0); end
14
+ end