lunchmoney 1.1.2 → 1.2.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.
- checksums.yaml +4 -4
- data/.github/FUNDING.yml +1 -0
- data/.mdlrc +1 -0
- data/Gemfile.lock +36 -37
- data/README.md +2 -0
- data/lib/lunchmoney/objects/crypto.rb +6 -1
- data/lib/lunchmoney/version.rb +1 -1
- data/sorbet/rbi/annotations/activesupport.rbi +11 -0
- data/sorbet/rbi/gems/{activesupport@7.1.3.rbi → activesupport@7.1.3.2.rbi} +23 -23
- data/sorbet/rbi/gems/dotenv@3.1.0.rbi +300 -0
- data/sorbet/rbi/gems/{i18n@1.14.1.rbi → i18n@1.14.4.rbi} +48 -43
- data/sorbet/rbi/gems/{minitest@5.22.2.rbi → minitest@5.22.3.rbi} +19 -18
- data/sorbet/rbi/gems/{prism@0.19.0.rbi → prism@0.24.0.rbi} +8266 -7109
- data/sorbet/rbi/gems/{rack@3.0.8.rbi → rack@3.0.10.rbi} +83 -83
- data/sorbet/rbi/gems/{rbi@0.1.6.rbi → rbi@0.1.9.rbi} +114 -13
- data/sorbet/rbi/gems/{rubocop-ast@1.30.0.rbi → rubocop-ast@1.31.2.rbi} +61 -50
- data/sorbet/rbi/gems/{rubocop-minitest@0.34.5.rbi → rubocop-minitest@0.35.0.rbi} +34 -0
- data/sorbet/rbi/gems/{rubocop-rails@2.23.1.rbi → rubocop-rails@2.24.1.rbi} +159 -147
- data/sorbet/rbi/gems/{rubocop-sorbet@0.7.7.rbi → rubocop-sorbet@0.8.0.rbi} +24 -42
- data/sorbet/rbi/gems/{rubocop@1.60.2.rbi → rubocop@1.62.1.rbi} +807 -646
- data/sorbet/rbi/gems/{tapioca@0.12.0.rbi → tapioca@0.13.1.rbi} +83 -62
- data/sorbet/rbi/gems/{thor@1.3.0.rbi → thor@1.3.1.rbi} +89 -50
- data/sorbet/rbi/gems/{webmock@3.20.0.rbi → webmock@3.23.0.rbi} +25 -25
- data/sorbet/rbi/gems/{yard@0.9.34.rbi → yard@0.9.36.rbi} +194 -58
- data/sorbet/tapioca/require.rb +1 -0
- metadata +22 -21
- data/sorbet/rbi/gems/dotenv@2.8.1.rbi +0 -234
- /data/sorbet/rbi/gems/{bigdecimal@3.1.6.rbi → bigdecimal@3.1.7.rbi} +0 -0
- /data/sorbet/rbi/gems/{drb@2.2.0.rbi → drb@2.2.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{rubocop-shopify@2.14.0.rbi → rubocop-shopify@2.15.1.rbi} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ade3f058472ad8a1675c50523464337634c50eecb05eac449ab10d6eddd741c1
|
|
4
|
+
data.tar.gz: 5aad397a6fd0f9d05caf81ba54e12e4abf0ae06c46a23dcb37587b91dd4f5cb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71204a77261c3820cfd769fc212a1665f370e2fce8602b74321c98bd4740d3b359ed54ee6b4988efdffc554c63d1fd65f4f458a67301e3c74d0f5a0403873f6e
|
|
7
|
+
data.tar.gz: 5455912322a61badb7c849ce1a47af1372d89f8ac6fb00eb3c2aa73f2ed0ab1f6b7fa1e70b84cc6ee1c37ee1a1475d990237bd8c42b6575eccbf167fa876b6d5
|
data/.github/FUNDING.yml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
custom: https://www.buymeacoffee.com/mmenanno
|
data/.mdlrc
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
lunchmoney (1.
|
|
4
|
+
lunchmoney (1.2.0)
|
|
5
5
|
activesupport (>= 6.1)
|
|
6
6
|
faraday (>= 1.0.0)
|
|
7
7
|
sorbet-runtime (>= 0.5)
|
|
@@ -9,7 +9,7 @@ PATH
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
activesupport (7.1.3)
|
|
12
|
+
activesupport (7.1.3.2)
|
|
13
13
|
base64
|
|
14
14
|
bigdecimal
|
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
@@ -27,7 +27,7 @@ GEM
|
|
|
27
27
|
thor (>= 0.14.0)
|
|
28
28
|
ast (2.4.2)
|
|
29
29
|
base64 (0.2.0)
|
|
30
|
-
bigdecimal (3.1.
|
|
30
|
+
bigdecimal (3.1.7)
|
|
31
31
|
chef-utils (18.4.2)
|
|
32
32
|
concurrent-ruby
|
|
33
33
|
coderay (1.1.3)
|
|
@@ -37,16 +37,15 @@ GEM
|
|
|
37
37
|
bigdecimal
|
|
38
38
|
rexml
|
|
39
39
|
docile (1.4.0)
|
|
40
|
-
dotenv (
|
|
41
|
-
drb (2.2.
|
|
42
|
-
ruby2_keywords
|
|
40
|
+
dotenv (3.1.0)
|
|
41
|
+
drb (2.2.1)
|
|
43
42
|
erubi (1.12.0)
|
|
44
43
|
faraday (2.9.0)
|
|
45
44
|
faraday-net_http (>= 2.0, < 3.2)
|
|
46
45
|
faraday-net_http (3.1.0)
|
|
47
46
|
net-http
|
|
48
47
|
hashdiff (1.1.0)
|
|
49
|
-
i18n (1.14.
|
|
48
|
+
i18n (1.14.4)
|
|
50
49
|
concurrent-ruby (~> 1.0)
|
|
51
50
|
json (2.7.1)
|
|
52
51
|
kramdown (2.4.0)
|
|
@@ -61,7 +60,7 @@ GEM
|
|
|
61
60
|
mixlib-config (>= 2.2.1, < 4)
|
|
62
61
|
mixlib-shellout
|
|
63
62
|
method_source (1.0.0)
|
|
64
|
-
minitest (5.22.
|
|
63
|
+
minitest (5.22.3)
|
|
65
64
|
mixlib-cli (2.1.8)
|
|
66
65
|
mixlib-config (3.0.27)
|
|
67
66
|
tomlrb
|
|
@@ -78,7 +77,7 @@ GEM
|
|
|
78
77
|
ast (~> 2.4.1)
|
|
79
78
|
racc
|
|
80
79
|
prettier_print (1.2.1)
|
|
81
|
-
prism (0.
|
|
80
|
+
prism (0.24.0)
|
|
82
81
|
pry (0.14.2)
|
|
83
82
|
coderay (~> 1.1)
|
|
84
83
|
method_source (~> 1.0)
|
|
@@ -86,15 +85,15 @@ GEM
|
|
|
86
85
|
pry
|
|
87
86
|
public_suffix (5.0.4)
|
|
88
87
|
racc (1.7.3)
|
|
89
|
-
rack (3.0.
|
|
88
|
+
rack (3.0.10)
|
|
90
89
|
rainbow (3.1.1)
|
|
91
90
|
rake (13.1.0)
|
|
92
|
-
rbi (0.1.
|
|
93
|
-
prism (>= 0.18.0, < 0.
|
|
91
|
+
rbi (0.1.9)
|
|
92
|
+
prism (>= 0.18.0, < 0.25)
|
|
94
93
|
sorbet-runtime (>= 0.5.9204)
|
|
95
94
|
regexp_parser (2.9.0)
|
|
96
95
|
rexml (3.2.6)
|
|
97
|
-
rubocop (1.
|
|
96
|
+
rubocop (1.62.1)
|
|
98
97
|
json (~> 2.3)
|
|
99
98
|
language_server-protocol (>= 3.17.0)
|
|
100
99
|
parallel (~> 1.10)
|
|
@@ -102,22 +101,22 @@ GEM
|
|
|
102
101
|
rainbow (>= 2.2.2, < 4.0)
|
|
103
102
|
regexp_parser (>= 1.8, < 3.0)
|
|
104
103
|
rexml (>= 3.2.5, < 4.0)
|
|
105
|
-
rubocop-ast (>= 1.
|
|
104
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
|
106
105
|
ruby-progressbar (~> 1.7)
|
|
107
106
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
108
|
-
rubocop-ast (1.
|
|
109
|
-
parser (>= 3.
|
|
110
|
-
rubocop-minitest (0.
|
|
111
|
-
rubocop (>= 1.
|
|
112
|
-
rubocop-ast (>= 1.
|
|
113
|
-
rubocop-rails (2.
|
|
107
|
+
rubocop-ast (1.31.2)
|
|
108
|
+
parser (>= 3.3.0.4)
|
|
109
|
+
rubocop-minitest (0.35.0)
|
|
110
|
+
rubocop (>= 1.61, < 2.0)
|
|
111
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
|
112
|
+
rubocop-rails (2.24.1)
|
|
114
113
|
activesupport (>= 4.2.0)
|
|
115
114
|
rack (>= 1.1)
|
|
116
115
|
rubocop (>= 1.33.0, < 2.0)
|
|
117
|
-
rubocop-ast (>= 1.
|
|
118
|
-
rubocop-shopify (2.
|
|
116
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
|
117
|
+
rubocop-shopify (2.15.1)
|
|
119
118
|
rubocop (~> 1.51)
|
|
120
|
-
rubocop-sorbet (0.
|
|
119
|
+
rubocop-sorbet (0.8.0)
|
|
121
120
|
rubocop (>= 0.90.0)
|
|
122
121
|
ruby-progressbar (1.13.0)
|
|
123
122
|
ruby2_keywords (0.0.5)
|
|
@@ -127,14 +126,14 @@ GEM
|
|
|
127
126
|
simplecov_json_formatter (~> 0.1)
|
|
128
127
|
simplecov-html (0.12.3)
|
|
129
128
|
simplecov_json_formatter (0.1.4)
|
|
130
|
-
sorbet (0.5.
|
|
131
|
-
sorbet-static (= 0.5.
|
|
132
|
-
sorbet-runtime (0.5.
|
|
133
|
-
sorbet-static (0.5.
|
|
134
|
-
sorbet-static (0.5.
|
|
135
|
-
sorbet-static-and-runtime (0.5.
|
|
136
|
-
sorbet (= 0.5.
|
|
137
|
-
sorbet-runtime (= 0.5.
|
|
129
|
+
sorbet (0.5.11305)
|
|
130
|
+
sorbet-static (= 0.5.11305)
|
|
131
|
+
sorbet-runtime (0.5.11305)
|
|
132
|
+
sorbet-static (0.5.11305-universal-darwin)
|
|
133
|
+
sorbet-static (0.5.11305-x86_64-linux)
|
|
134
|
+
sorbet-static-and-runtime (0.5.11305)
|
|
135
|
+
sorbet (= 0.5.11305)
|
|
136
|
+
sorbet-runtime (= 0.5.11305)
|
|
138
137
|
spoom (1.2.4)
|
|
139
138
|
erubi (>= 1.10.0)
|
|
140
139
|
sorbet-static-and-runtime (>= 0.5.10187)
|
|
@@ -142,16 +141,16 @@ GEM
|
|
|
142
141
|
thor (>= 0.19.2)
|
|
143
142
|
syntax_tree (6.2.0)
|
|
144
143
|
prettier_print (>= 1.2.0)
|
|
145
|
-
tapioca (0.
|
|
144
|
+
tapioca (0.13.1)
|
|
146
145
|
bundler (>= 2.2.25)
|
|
147
146
|
netrc (>= 0.11.0)
|
|
148
147
|
parallel (>= 1.21.0)
|
|
149
148
|
rbi (>= 0.1.4, < 0.2)
|
|
150
|
-
sorbet-static-and-runtime (>= 0.5.
|
|
151
|
-
spoom (
|
|
149
|
+
sorbet-static-and-runtime (>= 0.5.11087)
|
|
150
|
+
spoom (>= 1.2.0)
|
|
152
151
|
thor (>= 1.2.0)
|
|
153
152
|
yard-sorbet
|
|
154
|
-
thor (1.3.
|
|
153
|
+
thor (1.3.1)
|
|
155
154
|
tomlrb (2.0.3)
|
|
156
155
|
toys (0.15.5)
|
|
157
156
|
toys-core (= 0.15.5)
|
|
@@ -161,11 +160,11 @@ GEM
|
|
|
161
160
|
unicode-display_width (2.5.0)
|
|
162
161
|
uri (0.13.0)
|
|
163
162
|
vcr (6.2.0)
|
|
164
|
-
webmock (3.
|
|
163
|
+
webmock (3.23.0)
|
|
165
164
|
addressable (>= 2.8.0)
|
|
166
165
|
crack (>= 0.3.2)
|
|
167
166
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
168
|
-
yard (0.9.
|
|
167
|
+
yard (0.9.36)
|
|
169
168
|
yard-sorbet (0.8.1)
|
|
170
169
|
sorbet-runtime (>= 0.5)
|
|
171
170
|
yard (>= 0.9)
|
data/README.md
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
[](https://codeclimate.com/github/mmenanno/lunchmoney/maintainability)
|
|
7
7
|
[](https://codeclimate.com/github/mmenanno/lunchmoney/test_coverage)
|
|
8
8
|
|
|
9
|
+
<a href="https://www.buymeacoffee.com/mmenanno" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
|
10
|
+
|
|
9
11
|
This gem is a API client library of the [LunchMoney API](https://lunchmoney.dev/) for the wonderful [LunchMoney](http://lunchmoney.app/) web app for personal finance & budgeting.
|
|
10
12
|
|
|
11
13
|
Documentation is still a work in process, but you can find the yard docs for this gem [here](https://mmenanno.github.io/lunchmoney/) as well as some write ups of the basics below. An example of every call is listed on the [Api class in the yard docs](https://mmenanno.github.io/lunchmoney/LunchMoney/Api.html).
|
|
@@ -14,6 +14,9 @@ module LunchMoney
|
|
|
14
14
|
sig { returns(String) }
|
|
15
15
|
attr_accessor :currency, :status
|
|
16
16
|
|
|
17
|
+
sig { returns(T.nilable(Number)) }
|
|
18
|
+
attr_accessor :to_base
|
|
19
|
+
|
|
17
20
|
sig do
|
|
18
21
|
params(
|
|
19
22
|
created_at: String,
|
|
@@ -27,14 +30,16 @@ module LunchMoney
|
|
|
27
30
|
id: T.nilable(Integer),
|
|
28
31
|
zabo_account_id: T.nilable(Integer),
|
|
29
32
|
display_name: T.nilable(String),
|
|
33
|
+
to_base: T.nilable(Number),
|
|
30
34
|
).void
|
|
31
35
|
end
|
|
32
36
|
def initialize(created_at:, source:, name:, balance:, balance_as_of:, currency:,
|
|
33
|
-
status:, institution_name: nil, id: nil, zabo_account_id: nil, display_name: nil)
|
|
37
|
+
status:, institution_name: nil, id: nil, zabo_account_id: nil, display_name: nil, to_base: nil)
|
|
34
38
|
super(created_at:, source:, name:, balance:, institution_name:, id:, zabo_account_id:, display_name:)
|
|
35
39
|
@balance_as_of = T.let(validate_iso8601!(balance_as_of), String)
|
|
36
40
|
@currency = currency
|
|
37
41
|
@status = status
|
|
42
|
+
@to_base = to_base
|
|
38
43
|
end
|
|
39
44
|
|
|
40
45
|
sig { params(time: String).void }
|
data/lib/lunchmoney/version.rb
CHANGED
|
@@ -408,3 +408,14 @@ class String
|
|
|
408
408
|
sig { returns(String) }
|
|
409
409
|
def upcase_first; end
|
|
410
410
|
end
|
|
411
|
+
|
|
412
|
+
class ActiveSupport::ErrorReporter
|
|
413
|
+
sig { type_parameters(:Block, :Fallback).params(error_classes: T.class_of(Exception), severity: T.nilable(Symbol), context: T.nilable(T::Hash[Symbol, T.untyped]), fallback: T.nilable(T.proc.returns(T.type_parameter(:Fallback))), source: T.nilable(String), blk: T.proc.returns(T.type_parameter(:Block))).returns(T.any(T.type_parameter(:Block), T.type_parameter(:Fallback))) }
|
|
414
|
+
def handle(*error_classes, severity: T.unsafe(nil), context: T.unsafe(nil), fallback: T.unsafe(nil), source: T.unsafe(nil), &blk); end
|
|
415
|
+
|
|
416
|
+
sig { type_parameters(:Block).params(error_classes: T.class_of(Exception), severity: T.nilable(Symbol), context: T.nilable(T::Hash[Symbol, T.untyped]), source: T.nilable(String), blk: T.proc.returns(T.type_parameter(:Block))).returns(T.type_parameter(:Block)) }
|
|
417
|
+
def record(*error_classes, severity: T.unsafe(nil), context: T.unsafe(nil), source: T.unsafe(nil), &blk); end
|
|
418
|
+
|
|
419
|
+
sig { params(error: Exception, handled: T::Boolean, severity: T.nilable(Symbol), context: T::Hash[Symbol, T.untyped], source: T.nilable(String)).void }
|
|
420
|
+
def report(error, handled: true, severity: T.unsafe(nil), context: T.unsafe(nil), source: T.unsafe(nil)); end
|
|
421
|
+
end
|
|
@@ -10908,43 +10908,43 @@ class ActiveSupport::TestCase < ::Minitest::Test
|
|
|
10908
10908
|
# source://activesupport//lib/active_support/callbacks.rb#963
|
|
10909
10909
|
def _teardown_callbacks; end
|
|
10910
10910
|
|
|
10911
|
-
# source://minitest/5.
|
|
10911
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#736
|
|
10912
10912
|
def assert_no_match(matcher, obj, msg = T.unsafe(nil)); end
|
|
10913
10913
|
|
|
10914
|
-
# source://minitest/5.
|
|
10914
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#665
|
|
10915
10915
|
def assert_not_empty(obj, msg = T.unsafe(nil)); end
|
|
10916
10916
|
|
|
10917
|
-
# source://minitest/5.
|
|
10917
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#676
|
|
10918
10918
|
def assert_not_equal(exp, act, msg = T.unsafe(nil)); end
|
|
10919
10919
|
|
|
10920
|
-
# source://minitest/5.
|
|
10920
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#688
|
|
10921
10921
|
def assert_not_in_delta(exp, act, delta = T.unsafe(nil), msg = T.unsafe(nil)); end
|
|
10922
10922
|
|
|
10923
|
-
# source://minitest/5.
|
|
10923
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#700
|
|
10924
10924
|
def assert_not_in_epsilon(a, b, epsilon = T.unsafe(nil), msg = T.unsafe(nil)); end
|
|
10925
10925
|
|
|
10926
|
-
# source://minitest/5.
|
|
10926
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#707
|
|
10927
10927
|
def assert_not_includes(collection, obj, msg = T.unsafe(nil)); end
|
|
10928
10928
|
|
|
10929
|
-
# source://minitest/5.
|
|
10929
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#718
|
|
10930
10930
|
def assert_not_instance_of(cls, obj, msg = T.unsafe(nil)); end
|
|
10931
10931
|
|
|
10932
|
-
# source://minitest/5.
|
|
10932
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#728
|
|
10933
10933
|
def assert_not_kind_of(cls, obj, msg = T.unsafe(nil)); end
|
|
10934
10934
|
|
|
10935
|
-
# source://minitest/5.
|
|
10935
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#746
|
|
10936
10936
|
def assert_not_nil(obj, msg = T.unsafe(nil)); end
|
|
10937
10937
|
|
|
10938
|
-
# source://minitest/5.
|
|
10938
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#781
|
|
10939
10939
|
def assert_not_operator(o1, op, o2 = T.unsafe(nil), msg = T.unsafe(nil)); end
|
|
10940
10940
|
|
|
10941
|
-
# source://minitest/5.
|
|
10941
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#804
|
|
10942
10942
|
def assert_not_predicate(o1, op, msg = T.unsafe(nil)); end
|
|
10943
10943
|
|
|
10944
|
-
# source://minitest/5.
|
|
10944
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#813
|
|
10945
10945
|
def assert_not_respond_to(obj, meth, msg = T.unsafe(nil), include_all: T.unsafe(nil)); end
|
|
10946
10946
|
|
|
10947
|
-
# source://minitest/5.
|
|
10947
|
+
# source://minitest/5.22.2/lib/minitest/assertions.rb#822
|
|
10948
10948
|
def assert_not_same(exp, act, msg = T.unsafe(nil)); end
|
|
10949
10949
|
|
|
10950
10950
|
# source://activesupport//lib/active_support/testing/file_fixtures.rb#20
|
|
@@ -10956,7 +10956,7 @@ class ActiveSupport::TestCase < ::Minitest::Test
|
|
|
10956
10956
|
# source://activesupport//lib/active_support/test_case.rb#298
|
|
10957
10957
|
def inspect; end
|
|
10958
10958
|
|
|
10959
|
-
# source://minitest/5.
|
|
10959
|
+
# source://minitest/5.22.2/lib/minitest.rb#332
|
|
10960
10960
|
def method_name; end
|
|
10961
10961
|
|
|
10962
10962
|
class << self
|
|
@@ -13175,7 +13175,7 @@ ActiveSupport::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
|
|
|
13175
13175
|
ActiveSupport::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
|
|
13176
13176
|
|
|
13177
13177
|
# source://activesupport//lib/active_support/gem_version.rb#13
|
|
13178
|
-
ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil),
|
|
13178
|
+
ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil), String)
|
|
13179
13179
|
|
|
13180
13180
|
# source://activesupport//lib/active_support/gem_version.rb#15
|
|
13181
13181
|
ActiveSupport::VERSION::STRING = T.let(T.unsafe(nil), String)
|
|
@@ -13364,7 +13364,7 @@ end
|
|
|
13364
13364
|
# source://activesupport//lib/active_support/xml_mini/rexml.rb#11
|
|
13365
13365
|
ActiveSupport::XmlMini_REXML::CONTENT_KEY = T.let(T.unsafe(nil), String)
|
|
13366
13366
|
|
|
13367
|
-
# source://activesupport//lib/active_support/core_ext/object/
|
|
13367
|
+
# source://activesupport//lib/active_support/core_ext/object/blank.rb#83
|
|
13368
13368
|
class Array
|
|
13369
13369
|
include ::Enumerable
|
|
13370
13370
|
|
|
@@ -15260,7 +15260,7 @@ class Exception
|
|
|
15260
15260
|
def as_json(options = T.unsafe(nil)); end
|
|
15261
15261
|
end
|
|
15262
15262
|
|
|
15263
|
-
# source://activesupport//lib/active_support/core_ext/object/
|
|
15263
|
+
# source://activesupport//lib/active_support/core_ext/object/blank.rb#61
|
|
15264
15264
|
class FalseClass
|
|
15265
15265
|
# source://activesupport//lib/active_support/core_ext/object/json.rb#89
|
|
15266
15266
|
def as_json(options = T.unsafe(nil)); end
|
|
@@ -16404,7 +16404,7 @@ class NameError < ::StandardError
|
|
|
16404
16404
|
include ::DidYouMean::Correctable
|
|
16405
16405
|
end
|
|
16406
16406
|
|
|
16407
|
-
# source://activesupport//lib/active_support/core_ext/object/
|
|
16407
|
+
# source://activesupport//lib/active_support/core_ext/object/blank.rb#50
|
|
16408
16408
|
class NilClass
|
|
16409
16409
|
# source://activesupport//lib/active_support/core_ext/object/json.rb#95
|
|
16410
16410
|
def as_json(options = T.unsafe(nil)); end
|
|
@@ -16445,7 +16445,7 @@ class NilClass
|
|
|
16445
16445
|
def try!(*_arg0); end
|
|
16446
16446
|
end
|
|
16447
16447
|
|
|
16448
|
-
# source://activesupport//lib/active_support/core_ext/
|
|
16448
|
+
# source://activesupport//lib/active_support/core_ext/object/blank.rb#134
|
|
16449
16449
|
class Numeric
|
|
16450
16450
|
include ::Comparable
|
|
16451
16451
|
|
|
@@ -16713,7 +16713,7 @@ Numeric::ZETTABYTE = T.let(T.unsafe(nil), Integer)
|
|
|
16713
16713
|
# using that rescue idiom.
|
|
16714
16714
|
# ++
|
|
16715
16715
|
#
|
|
16716
|
-
# source://activesupport//lib/active_support/core_ext/object/
|
|
16716
|
+
# source://activesupport//lib/active_support/core_ext/object/blank.rb#5
|
|
16717
16717
|
class Object < ::BasicObject
|
|
16718
16718
|
include ::ActiveSupport::ToJsonWithActiveSupportEncoder
|
|
16719
16719
|
include ::ActiveSupport::Dependencies::RequireDependency
|
|
@@ -16920,7 +16920,7 @@ end
|
|
|
16920
16920
|
#
|
|
16921
16921
|
# 'ScaleScore'.tableize # => "scale_scores"
|
|
16922
16922
|
#
|
|
16923
|
-
# source://activesupport//lib/active_support/core_ext/
|
|
16923
|
+
# source://activesupport//lib/active_support/core_ext/object/blank.rb#103
|
|
16924
16924
|
class String
|
|
16925
16925
|
include ::Comparable
|
|
16926
16926
|
|
|
@@ -17577,7 +17577,7 @@ class Thread
|
|
|
17577
17577
|
def active_support_execution_state=(_arg0); end
|
|
17578
17578
|
end
|
|
17579
17579
|
|
|
17580
|
-
# source://activesupport//lib/active_support/core_ext/
|
|
17580
|
+
# source://activesupport//lib/active_support/core_ext/object/blank.rb#146
|
|
17581
17581
|
class Time
|
|
17582
17582
|
include ::Comparable
|
|
17583
17583
|
include ::DateAndTime::Zones
|
|
@@ -18074,7 +18074,7 @@ Time::COMMON_YEAR_DAYS_IN_MONTH = T.let(T.unsafe(nil), Array)
|
|
|
18074
18074
|
# source://activesupport//lib/active_support/core_ext/time/conversions.rb#8
|
|
18075
18075
|
Time::DATE_FORMATS = T.let(T.unsafe(nil), Hash)
|
|
18076
18076
|
|
|
18077
|
-
# source://activesupport//lib/active_support/core_ext/object/
|
|
18077
|
+
# source://activesupport//lib/active_support/core_ext/object/blank.rb#72
|
|
18078
18078
|
class TrueClass
|
|
18079
18079
|
# source://activesupport//lib/active_support/core_ext/object/json.rb#83
|
|
18080
18080
|
def as_json(options = T.unsafe(nil)); end
|