m2m_keygen 0.4.9 → 0.5.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 (174) hide show
  1. checksums.yaml +4 -4
  2. data/.overcommit.yml +4 -7
  3. data/.rubocop.yml +19 -16
  4. data/.ruby-version +1 -1
  5. data/.streerc +1 -0
  6. data/.tool-versions +1 -1
  7. data/CHANGELOG.md +60 -1
  8. data/Gemfile +2 -2
  9. data/Gemfile.lock +135 -158
  10. data/README.md +64 -78
  11. data/docs/MIGRATING.md +69 -0
  12. data/docs/SPEC.md +245 -0
  13. data/examples/nonce_store/postgres.rb +40 -0
  14. data/examples/nonce_store/redis.rb +23 -0
  15. data/gemfiles/rack_2.gemfile +5 -0
  16. data/gemfiles/rack_3.gemfile +5 -0
  17. data/lib/m2m_keygen/canonicalizer.rb +57 -0
  18. data/lib/m2m_keygen/nonce_store/disabled.rb +19 -0
  19. data/lib/m2m_keygen/nonce_store/memory.rb +64 -0
  20. data/lib/m2m_keygen/nonce_store.rb +18 -0
  21. data/lib/m2m_keygen/rack_validator.rb +72 -19
  22. data/lib/m2m_keygen/request_signer/signed_request.rb +10 -0
  23. data/lib/m2m_keygen/request_signer.rb +118 -0
  24. data/lib/m2m_keygen/signature.rb +41 -39
  25. data/lib/m2m_keygen/types/params_type.rb +6 -17
  26. data/lib/m2m_keygen/version.rb +1 -1
  27. data/lib/m2m_keygen.rb +6 -0
  28. data/m2m_keygen.gemspec +12 -14
  29. data/sorbet/config +1 -0
  30. data/sorbet/rbi/gems/.gitattributes +1 -0
  31. data/sorbet/rbi/gems/{ast@2.4.2.rbi → ast@2.4.3.rbi} +45 -79
  32. data/sorbet/rbi/gems/{benchmark@0.2.0.rbi → benchmark@0.5.0.rbi} +91 -58
  33. data/sorbet/rbi/gems/bundler-audit@0.9.3.rbi +397 -0
  34. data/sorbet/rbi/gems/byebug@13.0.0.rbi +3651 -0
  35. data/sorbet/rbi/gems/childprocess@5.1.0.rbi +336 -0
  36. data/sorbet/rbi/gems/concurrent-ruby@1.3.7.rbi +384 -0
  37. data/sorbet/rbi/gems/{diff-lcs@1.5.0.rbi → diff-lcs@1.6.2.rbi} +189 -199
  38. data/sorbet/rbi/gems/{docile@1.4.0.rbi → docile@1.4.1.rbi} +147 -147
  39. data/sorbet/rbi/gems/dotenv@3.2.0.rbi +267 -0
  40. data/sorbet/rbi/gems/erubi@1.13.1.rbi +155 -0
  41. data/sorbet/rbi/gems/{faker@2.22.0.rbi → faker@3.8.0.rbi} +8468 -3829
  42. data/sorbet/rbi/gems/{ffi@1.15.5.rbi → ffi@1.17.4.rbi} +1 -0
  43. data/sorbet/rbi/gems/{formatador@1.1.0.rbi → formatador@1.2.3.rbi} +1 -0
  44. data/sorbet/rbi/gems/{guard@2.18.0.rbi → guard@2.20.1.rbi} +1 -0
  45. data/sorbet/rbi/gems/{i18n@1.12.0.rbi → i18n@1.15.2.rbi} +687 -827
  46. data/sorbet/rbi/gems/io-console@0.8.2.rbi +9 -0
  47. data/sorbet/rbi/gems/{json@2.6.2.rbi → json@2.20.0.rbi} +994 -252
  48. data/sorbet/rbi/gems/language_server-protocol@3.17.0.5.rbi +9 -0
  49. data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +189 -0
  50. data/sorbet/rbi/gems/listen@3.10.0.rbi +9 -0
  51. data/sorbet/rbi/gems/logger@1.7.0.rbi +896 -0
  52. data/sorbet/rbi/gems/{lumberjack@1.2.8.rbi → lumberjack@1.4.2.rbi} +1 -0
  53. data/sorbet/rbi/gems/{method_source@1.0.0.rbi → method_source@1.1.0.rbi} +111 -90
  54. data/sorbet/rbi/gems/{overcommit@0.59.1.rbi → overcommit@0.71.0.rbi} +503 -647
  55. data/sorbet/rbi/gems/parallel@2.1.0.rbi +321 -0
  56. data/sorbet/rbi/gems/parser@3.3.11.1.rbi +5229 -0
  57. data/sorbet/rbi/gems/prettier_print@1.2.1.rbi +878 -0
  58. data/sorbet/rbi/gems/prism@1.9.0.rbi +42224 -0
  59. data/sorbet/rbi/gems/pry-byebug@3.12.0.rbi +481 -0
  60. data/sorbet/rbi/gems/{pry@0.14.1.rbi → pry@0.16.0.rbi} +2567 -3550
  61. data/sorbet/rbi/gems/{racc@1.6.0.rbi → racc@1.8.1.rbi} +54 -40
  62. data/sorbet/rbi/gems/rack@3.2.6.rbi +4653 -0
  63. data/sorbet/rbi/gems/{rake@13.0.6.rbi → rake@13.4.2.rbi} +963 -732
  64. data/sorbet/rbi/gems/{rb-inotify@0.10.1.rbi → rb-inotify@0.11.1.rbi} +1 -0
  65. data/sorbet/rbi/gems/rbi@0.3.14.rbi +5519 -0
  66. data/sorbet/rbi/gems/rbs@4.0.3.rbi +6908 -0
  67. data/sorbet/rbi/gems/regexp_parser@2.12.0.rbi +3398 -0
  68. data/sorbet/rbi/gems/reline@0.6.3.rbi +2446 -0
  69. data/sorbet/rbi/gems/require-hooks@0.4.0.rbi +152 -0
  70. data/sorbet/rbi/gems/{rexml@3.2.5.rbi → rexml@3.4.4.rbi} +1085 -894
  71. data/sorbet/rbi/gems/rspec-core@3.13.6.rbi +9475 -0
  72. data/sorbet/rbi/gems/rspec-expectations@3.13.5.rbi +6108 -0
  73. data/sorbet/rbi/gems/rspec-mocks@3.13.8.rbi +4787 -0
  74. data/sorbet/rbi/gems/rspec-support@3.13.7.rbi +1274 -0
  75. data/sorbet/rbi/gems/rspec@3.13.2.rbi +15 -0
  76. data/sorbet/rbi/gems/rspec_in_context@1.2.2.rbi +294 -0
  77. data/sorbet/rbi/gems/rubocop-ast@1.49.1.rbi +7140 -0
  78. data/sorbet/rbi/gems/rubocop-faker@1.3.0.rbi +88 -0
  79. data/sorbet/rbi/gems/rubocop-performance@1.26.1.rbi +3403 -0
  80. data/sorbet/rbi/gems/rubocop-sorbet@0.12.0.rbi +2448 -0
  81. data/sorbet/rbi/gems/rubocop@1.88.1.rbi +63103 -0
  82. data/sorbet/rbi/gems/ruby-lsp@0.26.9.rbi +28 -0
  83. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +988 -0
  84. data/sorbet/rbi/gems/rubydex@0.2.7.rbi +836 -0
  85. data/sorbet/rbi/gems/simplecov-html@0.13.2.rbi +90 -0
  86. data/sorbet/rbi/gems/{simplecov@0.21.2.rbi → simplecov@0.22.0.rbi} +438 -578
  87. data/sorbet/rbi/gems/spoom@1.8.2.rbi +6691 -0
  88. data/sorbet/rbi/gems/syntax_tree@6.3.0.rbi +22090 -0
  89. data/sorbet/rbi/gems/tapioca@0.19.2.rbi +3597 -0
  90. data/sorbet/rbi/gems/{thor@1.2.1.rbi → thor@1.5.0.rbi} +1085 -1171
  91. data/sorbet/rbi/gems/tsort@0.2.0.rbi +389 -0
  92. data/sorbet/rbi/gems/unicode-display_width@3.2.0.rbi +130 -0
  93. data/sorbet/rbi/gems/unicode-emoji@4.2.0.rbi +332 -0
  94. data/sorbet/rbi/gems/{yard-sorbet@0.7.0.rbi → yard-sorbet@0.9.0.rbi} +142 -99
  95. data/sorbet/rbi/gems/{yard@0.9.28.rbi → yard@0.9.44.rbi} +5350 -6316
  96. data/sorbet/rbi/gems/zeitwerk@2.8.2.rbi +1178 -0
  97. metadata +105 -111
  98. data/.prettierrc.js +0 -4
  99. data/docs/M2mKeygen/Error.html +0 -135
  100. data/docs/M2mKeygen/ParamsEncoder.html +0 -321
  101. data/docs/M2mKeygen/RackValidator.html +0 -533
  102. data/docs/M2mKeygen/Signature.html +0 -680
  103. data/docs/M2mKeygen/Types.html +0 -147
  104. data/docs/M2mKeygen.html +0 -157
  105. data/docs/_index.html +0 -182
  106. data/docs/class_list.html +0 -51
  107. data/docs/css/common.css +0 -1
  108. data/docs/css/full_list.css +0 -58
  109. data/docs/css/style.css +0 -497
  110. data/docs/file.README.html +0 -230
  111. data/docs/file_list.html +0 -56
  112. data/docs/frames.html +0 -17
  113. data/docs/index.html +0 -230
  114. data/docs/js/app.js +0 -314
  115. data/docs/js/full_list.js +0 -216
  116. data/docs/js/jquery.js +0 -4
  117. data/docs/method_list.html +0 -139
  118. data/docs/top-level-namespace.html +0 -110
  119. data/lib/m2m_keygen/params_encoder.rb +0 -56
  120. data/package.json +0 -12
  121. data/sig/m2m_keygen.rbs +0 -4
  122. data/sorbet/rbi/gems/activesupport@7.0.3.1.rbi +0 -18608
  123. data/sorbet/rbi/gems/backport@1.2.0.rbi +0 -522
  124. data/sorbet/rbi/gems/bundler-audit@0.9.1.rbi +0 -308
  125. data/sorbet/rbi/gems/byebug@11.1.3.rbi +0 -3603
  126. data/sorbet/rbi/gems/childprocess@4.1.0.rbi +0 -401
  127. data/sorbet/rbi/gems/concurrent-ruby@1.1.10.rbi +0 -11581
  128. data/sorbet/rbi/gems/dotenv@2.8.1.rbi +0 -234
  129. data/sorbet/rbi/gems/e2mmap@0.1.0.rbi +0 -8
  130. data/sorbet/rbi/gems/haml@5.2.2.rbi +0 -3190
  131. data/sorbet/rbi/gems/jaro_winkler@1.5.4.rbi +0 -19
  132. data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +0 -133
  133. data/sorbet/rbi/gems/kramdown@2.4.0.rbi +0 -3261
  134. data/sorbet/rbi/gems/listen@3.7.1.rbi +0 -1181
  135. data/sorbet/rbi/gems/minitest@5.16.3.rbi +0 -1459
  136. data/sorbet/rbi/gems/nokogiri@1.13.8.rbi +0 -6514
  137. data/sorbet/rbi/gems/parallel@1.22.1.rbi +0 -277
  138. data/sorbet/rbi/gems/parser@3.1.2.1.rbi +0 -6826
  139. data/sorbet/rbi/gems/prettier@3.2.0.rbi +0 -22
  140. data/sorbet/rbi/gems/prettier_print@0.1.0.rbi +0 -8
  141. data/sorbet/rbi/gems/pry-byebug@3.10.1.rbi +0 -1222
  142. data/sorbet/rbi/gems/rack@2.2.4.rbi +0 -5630
  143. data/sorbet/rbi/gems/rbi@0.0.15.rbi +0 -3007
  144. data/sorbet/rbi/gems/rbs@2.6.0.rbi +0 -8
  145. data/sorbet/rbi/gems/regexp_parser@2.5.0.rbi +0 -3366
  146. data/sorbet/rbi/gems/reverse_markdown@2.1.1.rbi +0 -389
  147. data/sorbet/rbi/gems/rspec-core@3.11.0.rbi +0 -10786
  148. data/sorbet/rbi/gems/rspec-expectations@3.11.0.rbi +0 -8170
  149. data/sorbet/rbi/gems/rspec-mocks@3.11.1.rbi +0 -5385
  150. data/sorbet/rbi/gems/rspec-support@3.11.0.rbi +0 -1746
  151. data/sorbet/rbi/gems/rspec@3.11.0.rbi +0 -187
  152. data/sorbet/rbi/gems/rspec_in_context@1.1.0.3.rbi +0 -1113
  153. data/sorbet/rbi/gems/rubocop-ast@1.21.0.rbi +0 -7044
  154. data/sorbet/rbi/gems/rubocop-faker@1.1.0.rbi +0 -106
  155. data/sorbet/rbi/gems/rubocop-performance@1.14.3.rbi +0 -2982
  156. data/sorbet/rbi/gems/rubocop-sorbet@0.6.11.rbi +0 -990
  157. data/sorbet/rbi/gems/rubocop@1.35.1.rbi +0 -52002
  158. data/sorbet/rbi/gems/ruby-progressbar@1.11.0.rbi +0 -1239
  159. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +0 -219
  160. data/sorbet/rbi/gems/solargraph@0.46.0.rbi +0 -9075
  161. data/sorbet/rbi/gems/spoom@1.1.12.rbi +0 -2369
  162. data/sorbet/rbi/gems/syntax_tree-haml@1.3.1.rbi +0 -8
  163. data/sorbet/rbi/gems/syntax_tree-rbs@0.5.0.rbi +0 -8
  164. data/sorbet/rbi/gems/syntax_tree@3.5.0.rbi +0 -8
  165. data/sorbet/rbi/gems/tapioca@0.9.4.rbi +0 -2946
  166. data/sorbet/rbi/gems/temple@0.8.2.rbi +0 -1712
  167. data/sorbet/rbi/gems/tilt@2.0.11.rbi +0 -742
  168. data/sorbet/rbi/gems/tzinfo@2.0.5.rbi +0 -5914
  169. data/sorbet/rbi/gems/unicode-display_width@2.2.0.rbi +0 -48
  170. data/sorbet/rbi/gems/unparser@0.6.5.rbi +0 -4529
  171. data/sorbet/rbi/gems/webrick@1.7.0.rbi +0 -2553
  172. data/sorbet/rbi/gems/zeitwerk@2.6.0.rbi +0 -867
  173. data/sorbet/rbi/manual.rbi +0 -7
  174. data/yarn.lock +0 -20
@@ -1,1222 +0,0 @@
1
- # typed: true
2
-
3
- # DO NOT EDIT MANUALLY
4
- # This is an autogenerated file for types exported from the `pry-byebug` gem.
5
- # Please instead update this file by running `bin/tapioca gem pry-byebug`.
6
-
7
- # Reopen main module to define the library version
8
- #
9
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:5
10
- module Byebug
11
- extend ::Byebug::Helpers::ReflectionHelper
12
-
13
- # Debugger's display expressions
14
- #
15
- # source://byebug-11.1.3/lib/byebug/core.rb:31
16
- def displays; end
17
-
18
- # Debugger's display expressions
19
- #
20
- # source://byebug-11.1.3/lib/byebug/core.rb:31
21
- def displays=(_arg0); end
22
-
23
- # Configuration file used for startup commands. Default value is .byebugrc
24
- #
25
- # source://byebug-11.1.3/lib/byebug/core.rb:25
26
- def init_file; end
27
-
28
- # Configuration file used for startup commands. Default value is .byebugrc
29
- #
30
- # source://byebug-11.1.3/lib/byebug/core.rb:25
31
- def init_file=(_arg0); end
32
-
33
- # Running mode of the debugger. Can be either:
34
- #
35
- # * :attached => Attached to a running program through the `byebug` method.
36
- # * :standalone => Started through `byebug` script.
37
- # * :off => Ignoring any `byebug` method calls.
38
- #
39
- # source://byebug-11.1.3/lib/byebug/core.rb:41
40
- def mode; end
41
-
42
- # Running mode of the debugger. Can be either:
43
- #
44
- # * :attached => Attached to a running program through the `byebug` method.
45
- # * :standalone => Started through `byebug` script.
46
- # * :off => Ignoring any `byebug` method calls.
47
- #
48
- # source://byebug-11.1.3/lib/byebug/core.rb:41
49
- def mode=(_arg0); end
50
-
51
- # Runs normal byebug initialization scripts.
52
- #
53
- # Reads and executes the commands from init file (if any) in the current
54
- # working directory. This is only done if the current directory is different
55
- # from your home directory. Thus, you can have more than one init file, one
56
- # generic in your home directory, and another, specific to the program you
57
- # are debugging, in the directory where you invoke byebug.
58
- #
59
- # source://byebug-11.1.3/lib/byebug/core.rb:52
60
- def run_init_script; end
61
-
62
- private
63
-
64
- def add_catchpoint(_arg0); end
65
- def breakpoints; end
66
- def catchpoints; end
67
- def contexts; end
68
- def current_context; end
69
- def debug_load(*_arg0); end
70
- def lock; end
71
- def post_mortem=(_arg0); end
72
- def post_mortem?; end
73
- def raised_exception; end
74
-
75
- # List of folders to load rc files from
76
- #
77
- # @note Files will be loaded in the order specified here.
78
- #
79
- # source://byebug-11.1.3/lib/byebug/core.rb:102
80
- def rc_dirs; end
81
-
82
- # Runs a initialization script file
83
- #
84
- # source://byebug-11.1.3/lib/byebug/core.rb:91
85
- def run_rc_file(rc_file); end
86
-
87
- def start; end
88
- def started?; end
89
- def stop; end
90
- def stoppable?; end
91
- def thread_context(_arg0); end
92
- def tracing=(_arg0); end
93
- def tracing?; end
94
- def unlock; end
95
- def verbose=(_arg0); end
96
- def verbose?; end
97
-
98
- class << self
99
- # The actual port that the control server is started at
100
- #
101
- # source://byebug-11.1.3/lib/byebug/remote.rb:25
102
- def actual_control_port; end
103
-
104
- # The actual port that the server is started at
105
- #
106
- # source://byebug-11.1.3/lib/byebug/remote.rb:20
107
- def actual_port; end
108
-
109
- def add_catchpoint(_arg0); end
110
-
111
- # Starts byebug, and stops at the first line of user's code.
112
- #
113
- # source://byebug-11.1.3/lib/byebug/attacher.rb:10
114
- def attach; end
115
-
116
- def breakpoints; end
117
- def catchpoints; end
118
- def contexts; end
119
- def current_context; end
120
- def debug_load(*_arg0); end
121
-
122
- # Saves information about the unhandled exception and gives a byebug
123
- # prompt back to the user before program termination.
124
- #
125
- # source://byebug-11.1.3/lib/byebug/core.rb:76
126
- def handle_post_mortem; end
127
-
128
- # Interrupts the current thread
129
- #
130
- # source://byebug-11.1.3/lib/byebug/remote.rb:32
131
- def interrupt; end
132
-
133
- # source://byebug-11.1.3/lib/byebug/core.rb:61
134
- def load_settings; end
135
-
136
- def lock; end
137
-
138
- # source://byebug-11.1.3/lib/byebug/remote.rb:59
139
- def parse_host_and_port(host_port_spec); end
140
-
141
- def post_mortem=(_arg0); end
142
- def post_mortem?; end
143
- def raised_exception; end
144
-
145
- # source://byebug-11.1.3/lib/byebug/attacher.rb:21
146
- def spawn(host = T.unsafe(nil), port = T.unsafe(nil)); end
147
-
148
- def start; end
149
-
150
- # Connects to the remote byebug
151
- #
152
- # source://byebug-11.1.3/lib/byebug/remote.rb:55
153
- def start_client(host = T.unsafe(nil), port = T.unsafe(nil)); end
154
-
155
- # Starts the remote server control thread
156
- #
157
- # source://byebug-11.1.3/lib/byebug/remote.rb:48
158
- def start_control(host = T.unsafe(nil), port = T.unsafe(nil)); end
159
-
160
- # Starts the remote server main thread
161
- #
162
- # source://byebug-11.1.3/lib/byebug/remote.rb:39
163
- def start_server(host = T.unsafe(nil), port = T.unsafe(nil)); end
164
-
165
- def started?; end
166
- def stop; end
167
- def stoppable?; end
168
- def thread_context(_arg0); end
169
- def tracing=(_arg0); end
170
- def tracing?; end
171
- def unlock; end
172
- def verbose=(_arg0); end
173
- def verbose?; end
174
-
175
- # If in remote mode, wait for the remote connection
176
- #
177
- # source://byebug-11.1.3/lib/byebug/remote.rb:17
178
- def wait_connection; end
179
-
180
- # If in remote mode, wait for the remote connection
181
- #
182
- # source://byebug-11.1.3/lib/byebug/remote.rb:17
183
- def wait_connection=(_arg0); end
184
-
185
- private
186
-
187
- # source://byebug-11.1.3/lib/byebug/remote.rb:66
188
- def client; end
189
-
190
- # source://byebug-11.1.3/lib/byebug/remote.rb:76
191
- def control; end
192
-
193
- # source://byebug-11.1.3/lib/byebug/remote.rb:70
194
- def server; end
195
- end
196
- end
197
-
198
- class Byebug::DebugThread < ::Thread
199
- class << self
200
- def inherited; end
201
- end
202
- end
203
-
204
- # Port number used for remote debugging
205
- #
206
- # source://byebug-11.1.3/lib/byebug/remote.rb:13
207
- Byebug::PORT = T.let(T.unsafe(nil), Integer)
208
-
209
- # Extends raw byebug's processor.
210
- #
211
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:9
212
- class Byebug::PryProcessor < ::Byebug::CommandProcessor
213
- # Called when a breakpoint is hit. Note that `at_line`` is called
214
- # inmediately after with the context's `stop_reason == :breakpoint`, so we
215
- # must not resume the pry instance here
216
- #
217
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:80
218
- def at_breakpoint(breakpoint); end
219
-
220
- # Called when the debugger wants to stop at a regular line
221
- #
222
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:64
223
- def at_line; end
224
-
225
- # Called when the debugger wants to stop right before a method return
226
- #
227
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:71
228
- def at_return(_return_value); end
229
-
230
- # source://RUBY_ROOT/forwardable.rb:229
231
- def bold(*args, **_arg1, &block); end
232
-
233
- # source://RUBY_ROOT/forwardable.rb:229
234
- def output(*args, **_arg1, &block); end
235
-
236
- # Set up a number of navigational commands to be performed by Byebug.
237
- #
238
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:45
239
- def perform(action, options = T.unsafe(nil)); end
240
-
241
- # Returns the value of attribute pry.
242
- #
243
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:10
244
- def pry; end
245
-
246
- # Sets the attribute pry
247
- #
248
- # @param value the value to set the attribute pry to.
249
- #
250
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:10
251
- def pry=(_arg0); end
252
-
253
- # Wrap a Pry REPL to catch navigational commands and act on them.
254
- #
255
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:26
256
- def run(&_block); end
257
-
258
- private
259
-
260
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:93
261
- def n_hits(breakpoint); end
262
-
263
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:114
264
- def perform_backtrace(_options); end
265
-
266
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:142
267
- def perform_down(options); end
268
-
269
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:130
270
- def perform_finish(*_arg0); end
271
-
272
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:150
273
- def perform_frame(options); end
274
-
275
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:120
276
- def perform_next(options); end
277
-
278
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:125
279
- def perform_step(options); end
280
-
281
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:134
282
- def perform_up(options); end
283
-
284
- # Resume an existing Pry REPL at the paused point.
285
- #
286
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:102
287
- def resume_pry; end
288
-
289
- class << self
290
- # source://pry-byebug-3.10.1/lib/byebug/processors/pry_processor.rb:16
291
- def start; end
292
- end
293
- end
294
-
295
- class Byebug::ThreadsTable; end
296
-
297
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:3
298
- class Pry
299
- extend ::Forwardable
300
-
301
- # source://pry-0.14.1/lib/pry/pry_instance.rb:81
302
- def initialize(options = T.unsafe(nil)); end
303
-
304
- # source://pry-0.14.1/lib/pry/pry_instance.rb:212
305
- def add_sticky_local(name, &block); end
306
-
307
- # source://pry-0.14.1/lib/pry/pry_instance.rb:35
308
- def backtrace; end
309
-
310
- # source://pry-0.14.1/lib/pry/pry_instance.rb:35
311
- def backtrace=(_arg0); end
312
-
313
- # source://pry-0.14.1/lib/pry/pry_instance.rb:32
314
- def binding_stack; end
315
-
316
- # source://pry-0.14.1/lib/pry/pry_instance.rb:32
317
- def binding_stack=(_arg0); end
318
-
319
- # source://RUBY_ROOT/forwardable.rb:229
320
- def color(*args, **_arg1, &block); end
321
-
322
- # source://RUBY_ROOT/forwardable.rb:229
323
- def color=(*args, **_arg1, &block); end
324
-
325
- # source://RUBY_ROOT/forwardable.rb:229
326
- def commands(*args, **_arg1, &block); end
327
-
328
- # source://RUBY_ROOT/forwardable.rb:229
329
- def commands=(*args, **_arg1, &block); end
330
-
331
- # source://pry-0.14.1/lib/pry/pry_instance.rb:145
332
- def complete(str); end
333
-
334
- # source://pry-0.14.1/lib/pry/pry_instance.rb:50
335
- def config; end
336
-
337
- # source://pry-0.14.1/lib/pry/pry_instance.rb:124
338
- def current_binding; end
339
-
340
- # source://pry-0.14.1/lib/pry/pry_instance.rb:124
341
- def current_context; end
342
-
343
- # source://pry-0.14.1/lib/pry/pry_instance.rb:33
344
- def custom_completions; end
345
-
346
- # source://pry-0.14.1/lib/pry/pry_instance.rb:33
347
- def custom_completions=(_arg0); end
348
-
349
- # source://RUBY_ROOT/forwardable.rb:229
350
- def editor(*args, **_arg1, &block); end
351
-
352
- # source://RUBY_ROOT/forwardable.rb:229
353
- def editor=(*args, **_arg1, &block); end
354
-
355
- # source://pry-0.14.1/lib/pry/pry_instance.rb:255
356
- def eval(line, options = T.unsafe(nil)); end
357
-
358
- # source://pry-0.14.1/lib/pry/pry_instance.rb:34
359
- def eval_string; end
360
-
361
- # source://pry-0.14.1/lib/pry/pry_instance.rb:34
362
- def eval_string=(_arg0); end
363
-
364
- # source://pry-0.14.1/lib/pry/pry_instance.rb:286
365
- def evaluate_ruby(code); end
366
-
367
- # source://RUBY_ROOT/forwardable.rb:229
368
- def exception_handler(*args, **_arg1, &block); end
369
-
370
- # source://RUBY_ROOT/forwardable.rb:229
371
- def exception_handler=(*args, **_arg1, &block); end
372
-
373
- # source://pry-0.14.1/lib/pry/pry_instance.rb:394
374
- def exec_hook(name, *args, &block); end
375
-
376
- # source://pry-0.14.1/lib/pry/pry_instance.rb:42
377
- def exit_value; end
378
-
379
- # source://RUBY_ROOT/forwardable.rb:229
380
- def extra_sticky_locals(*args, **_arg1, &block); end
381
-
382
- # source://RUBY_ROOT/forwardable.rb:229
383
- def extra_sticky_locals=(*args, **_arg1, &block); end
384
-
385
- # source://RUBY_ROOT/forwardable.rb:229
386
- def hooks(*args, **_arg1, &block); end
387
-
388
- # source://RUBY_ROOT/forwardable.rb:229
389
- def hooks=(*args, **_arg1, &block); end
390
-
391
- # source://pry-0.14.1/lib/pry/pry_instance.rb:173
392
- def inject_local(name, value, binding); end
393
-
394
- # source://pry-0.14.1/lib/pry/pry_instance.rb:201
395
- def inject_sticky_locals!; end
396
-
397
- # source://RUBY_ROOT/forwardable.rb:229
398
- def input(*args, **_arg1, &block); end
399
-
400
- # source://RUBY_ROOT/forwardable.rb:229
401
- def input=(*args, **_arg1, &block); end
402
-
403
- # source://pry-0.14.1/lib/pry/pry_instance.rb:45
404
- def input_ring; end
405
-
406
- # source://pry-0.14.1/lib/pry/pry_instance.rb:39
407
- def last_dir; end
408
-
409
- # source://pry-0.14.1/lib/pry/pry_instance.rb:39
410
- def last_dir=(_arg0); end
411
-
412
- # source://pry-0.14.1/lib/pry/pry_instance.rb:41
413
- def last_exception; end
414
-
415
- # source://pry-0.14.1/lib/pry/pry_instance.rb:418
416
- def last_exception=(exception); end
417
-
418
- # source://pry-0.14.1/lib/pry/pry_instance.rb:38
419
- def last_file; end
420
-
421
- # source://pry-0.14.1/lib/pry/pry_instance.rb:38
422
- def last_file=(_arg0); end
423
-
424
- # source://pry-0.14.1/lib/pry/pry_instance.rb:37
425
- def last_result; end
426
-
427
- # source://pry-0.14.1/lib/pry/pry_instance.rb:37
428
- def last_result=(_arg0); end
429
-
430
- # source://pry-0.14.1/lib/pry/pry_instance.rb:440
431
- def last_result_is_exception?; end
432
-
433
- # source://pry-0.14.1/lib/pry/pry_instance.rb:190
434
- def memory_size; end
435
-
436
- # source://pry-0.14.1/lib/pry/pry_instance.rb:195
437
- def memory_size=(size); end
438
-
439
- # source://pry-0.14.1/lib/pry/pry_instance.rb:538
440
- def output; end
441
-
442
- # source://RUBY_ROOT/forwardable.rb:229
443
- def output=(*args, **_arg1, &block); end
444
-
445
- # source://pry-0.14.1/lib/pry/pry_instance.rb:48
446
- def output_ring; end
447
-
448
- # source://pry-0.14.1/lib/pry/pry_instance.rb:530
449
- def pager; end
450
-
451
- # source://RUBY_ROOT/forwardable.rb:229
452
- def pager=(*args, **_arg1, &block); end
453
-
454
- # source://pry-0.14.1/lib/pry/pry_instance.rb:522
455
- def pop_prompt; end
456
-
457
- # source://RUBY_ROOT/forwardable.rb:229
458
- def print(*args, **_arg1, &block); end
459
-
460
- # source://RUBY_ROOT/forwardable.rb:229
461
- def print=(*args, **_arg1, &block); end
462
-
463
- # source://pry-0.14.1/lib/pry/pry_instance.rb:325
464
- def process_command(val); end
465
-
466
- # source://pry-0.14.1/lib/pry/pry_instance.rb:360
467
- def process_command_safely(val); end
468
-
469
- # source://pry-0.14.1/lib/pry/pry_instance.rb:101
470
- def prompt; end
471
-
472
- # source://pry-0.14.1/lib/pry/pry_instance.rb:108
473
- def prompt=(new_prompt); end
474
-
475
- # source://pry-0.14.1/lib/pry/pry_instance.rb:131
476
- def push_binding(object); end
477
-
478
- # source://pry-0.14.1/lib/pry/pry_instance.rb:118
479
- def push_initial_binding(target = T.unsafe(nil)); end
480
-
481
- # source://pry-0.14.1/lib/pry/pry_instance.rb:506
482
- def push_prompt(new_prompt); end
483
-
484
- # source://pry-0.14.1/lib/pry/pry_instance.rb:592
485
- def quiet?; end
486
-
487
- # source://pry-0.14.1/lib/pry/pry_instance.rb:582
488
- def raise_up(*args); end
489
-
490
- # source://pry-0.14.1/lib/pry/pry_instance.rb:586
491
- def raise_up!(*args); end
492
-
493
- # source://pry-0.14.1/lib/pry/pry_instance.rb:554
494
- def raise_up_common(force, *args); end
495
-
496
- # source://pry-0.14.1/lib/pry/pry_instance.rb:282
497
- def repl(target = T.unsafe(nil)); end
498
-
499
- # source://pry-0.14.1/lib/pry/pry_instance.rb:231
500
- def reset_eval_string; end
501
-
502
- # source://pry-0.14.1/lib/pry/pry_instance.rb:375
503
- def run_command(val); end
504
-
505
- # source://pry-0.14.1/lib/pry/pry_instance.rb:453
506
- def select_prompt; end
507
-
508
- # source://pry-0.14.1/lib/pry/pry_instance.rb:409
509
- def set_last_result(result, code = T.unsafe(nil)); end
510
-
511
- # source://pry-0.14.1/lib/pry/pry_instance.rb:447
512
- def should_print?; end
513
-
514
- # source://pry-0.14.1/lib/pry/pry_instance.rb:298
515
- def show_result(result); end
516
-
517
- # source://pry-0.14.1/lib/pry/pry_instance.rb:216
518
- def sticky_locals; end
519
-
520
- # source://pry-0.14.1/lib/pry/pry_instance.rb:36
521
- def suppress_output; end
522
-
523
- # source://pry-0.14.1/lib/pry/pry_instance.rb:36
524
- def suppress_output=(_arg0); end
525
-
526
- # source://pry-0.14.1/lib/pry/pry_instance.rb:428
527
- def update_input_history(code); end
528
-
529
- private
530
-
531
- # source://pry-0.14.1/lib/pry/pry_instance.rb:680
532
- def ensure_correct_encoding!(val); end
533
-
534
- # source://pry-0.14.1/lib/pry/pry_instance.rb:688
535
- def generate_prompt(prompt_proc, conf); end
536
-
537
- # source://pry-0.14.1/lib/pry/pry_instance.rb:598
538
- def handle_line(line, options); end
539
-
540
- # source://pry-0.14.1/lib/pry/pry_instance.rb:697
541
- def prompt_stack; end
542
-
543
- class << self
544
- # source://pry-0.14.1/lib/pry/code.rb:12
545
- def Code(obj); end
546
-
547
- # source://pry-0.14.1/lib/pry/method.rb:9
548
- def Method(obj); end
549
-
550
- # source://pry-0.14.1/lib/pry/wrapped_module.rb:7
551
- def WrappedModule(obj); end
552
-
553
- # source://pry-0.14.1/lib/pry/pry_class.rb:288
554
- def auto_resize!; end
555
-
556
- # source://pry-0.14.1/lib/pry/pry_class.rb:341
557
- def binding_for(target); end
558
-
559
- # source://pry-0.14.1/lib/pry/pry_class.rb:22
560
- def cli; end
561
-
562
- # source://pry-0.14.1/lib/pry/pry_class.rb:22
563
- def cli=(_arg0); end
564
-
565
- # source://RUBY_ROOT/forwardable.rb:229
566
- def color(*args, **_arg1, &block); end
567
-
568
- # source://RUBY_ROOT/forwardable.rb:229
569
- def color=(*args, **_arg1, &block); end
570
-
571
- # source://RUBY_ROOT/forwardable.rb:229
572
- def commands(*args, **_arg1, &block); end
573
-
574
- # source://RUBY_ROOT/forwardable.rb:229
575
- def commands=(*args, **_arg1, &block); end
576
-
577
- # source://pry-0.14.1/lib/pry/pry_class.rb:25
578
- def config; end
579
-
580
- # source://pry-0.14.1/lib/pry/pry_class.rb:25
581
- def config=(_arg0); end
582
-
583
- # source://pry-0.14.1/lib/pry/pry_class.rb:46
584
- def configure; end
585
-
586
- # source://pry-0.14.1/lib/pry/pry_class.rb:374
587
- def critical_section; end
588
-
589
- # source://pry-0.14.1/lib/pry/pry_class.rb:63
590
- def current; end
591
-
592
- # source://pry-0.14.1/lib/pry/pry_class.rb:19
593
- def current_line; end
594
-
595
- # source://pry-0.14.1/lib/pry/pry_class.rb:19
596
- def current_line=(_arg0); end
597
-
598
- # source://pry-0.14.1/lib/pry/pry_class.rb:18
599
- def custom_completions; end
600
-
601
- # source://pry-0.14.1/lib/pry/pry_class.rb:18
602
- def custom_completions=(_arg0); end
603
-
604
- # source://RUBY_ROOT/forwardable.rb:229
605
- def editor(*args, **_arg1, &block); end
606
-
607
- # source://RUBY_ROOT/forwardable.rb:229
608
- def editor=(*args, **_arg1, &block); end
609
-
610
- # source://pry-0.14.1/lib/pry/pry_class.rb:21
611
- def eval_path; end
612
-
613
- # source://pry-0.14.1/lib/pry/pry_class.rb:21
614
- def eval_path=(_arg0); end
615
-
616
- # source://RUBY_ROOT/forwardable.rb:229
617
- def exception_handler(*args, **_arg1, &block); end
618
-
619
- # source://RUBY_ROOT/forwardable.rb:229
620
- def exception_handler=(*args, **_arg1, &block); end
621
-
622
- # source://RUBY_ROOT/forwardable.rb:229
623
- def extra_sticky_locals(*args, **_arg1, &block); end
624
-
625
- # source://RUBY_ROOT/forwardable.rb:229
626
- def extra_sticky_locals=(*args, **_arg1, &block); end
627
-
628
- # source://pry-0.14.1/lib/pry/pry_class.rb:139
629
- def final_session_setup; end
630
-
631
- # source://RUBY_ROOT/forwardable.rb:229
632
- def history(*args, **_arg1, &block); end
633
-
634
- # source://RUBY_ROOT/forwardable.rb:229
635
- def history=(*args, **_arg1, &block); end
636
-
637
- # source://RUBY_ROOT/forwardable.rb:229
638
- def hooks(*args, **_arg1, &block); end
639
-
640
- # source://RUBY_ROOT/forwardable.rb:229
641
- def hooks=(*args, **_arg1, &block); end
642
-
643
- # source://pry-0.14.1/lib/pry/pry_class.rb:369
644
- def in_critical_section?; end
645
-
646
- # source://pry-0.14.1/lib/pry/pry_class.rb:332
647
- def init; end
648
-
649
- # source://pry-0.14.1/lib/pry/pry_class.rb:251
650
- def initial_session?; end
651
-
652
- # source://pry-0.14.1/lib/pry/pry_class.rb:129
653
- def initial_session_setup; end
654
-
655
- # source://RUBY_ROOT/forwardable.rb:229
656
- def input(*args, **_arg1, &block); end
657
-
658
- # source://RUBY_ROOT/forwardable.rb:229
659
- def input=(*args, **_arg1, &block); end
660
-
661
- # source://pry-0.14.1/lib/pry/pry_class.rb:24
662
- def last_internal_error; end
663
-
664
- # source://pry-0.14.1/lib/pry/pry_class.rb:24
665
- def last_internal_error=(_arg0); end
666
-
667
- # source://pry-0.14.1/lib/pry/pry_class.rb:20
668
- def line_buffer; end
669
-
670
- # source://pry-0.14.1/lib/pry/pry_class.rb:20
671
- def line_buffer=(_arg0); end
672
-
673
- # source://pry-0.14.1/lib/pry/pry_class.rb:69
674
- def load_file_at_toplevel(file); end
675
-
676
- # source://pry-0.14.1/lib/pry/pry_class.rb:196
677
- def load_file_through_repl(file_name); end
678
-
679
- # source://pry-0.14.1/lib/pry/pry_class.rb:245
680
- def load_history; end
681
-
682
- # source://pry-0.14.1/lib/pry/pry_class.rb:77
683
- def load_rc_files; end
684
-
685
- # source://pry-0.14.1/lib/pry/pry_class.rb:101
686
- def load_requires; end
687
-
688
- # source://pry-0.14.1/lib/pry/pry_class.rb:109
689
- def load_traps; end
690
-
691
- # source://pry-0.14.1/lib/pry/pry_class.rb:113
692
- def load_win32console; end
693
-
694
- # source://pry-0.14.1/lib/pry/pry_class.rb:55
695
- def main; end
696
-
697
- # source://RUBY_ROOT/forwardable.rb:229
698
- def memory_size(*args, **_arg1, &block); end
699
-
700
- # source://RUBY_ROOT/forwardable.rb:229
701
- def memory_size=(*args, **_arg1, &block); end
702
-
703
- # source://RUBY_ROOT/forwardable.rb:229
704
- def output(*args, **_arg1, &block); end
705
-
706
- # source://RUBY_ROOT/forwardable.rb:229
707
- def output=(*args, **_arg1, &block); end
708
-
709
- # source://RUBY_ROOT/forwardable.rb:229
710
- def pager(*args, **_arg1, &block); end
711
-
712
- # source://RUBY_ROOT/forwardable.rb:229
713
- def pager=(*args, **_arg1, &block); end
714
-
715
- # source://RUBY_ROOT/forwardable.rb:229
716
- def print(*args, **_arg1, &block); end
717
-
718
- # source://RUBY_ROOT/forwardable.rb:229
719
- def print=(*args, **_arg1, &block); end
720
-
721
- # source://RUBY_ROOT/forwardable.rb:229
722
- def prompt(*args, **_arg1, &block); end
723
-
724
- # source://RUBY_ROOT/forwardable.rb:229
725
- def prompt=(*args, **_arg1, &block); end
726
-
727
- # source://pry-0.14.1/lib/pry/pry_class.rb:23
728
- def quiet; end
729
-
730
- # source://pry-0.14.1/lib/pry/pry_class.rb:23
731
- def quiet=(_arg0); end
732
-
733
- # source://pry-0.14.1/lib/pry/pry_class.rb:86
734
- def rc_files_to_load; end
735
-
736
- # source://pry-0.14.1/lib/pry/pry_class.rb:94
737
- def real_path_to(file); end
738
-
739
- # source://pry-0.14.1/lib/pry/pry_class.rb:320
740
- def reset_defaults; end
741
-
742
- # source://pry-0.14.1/lib/pry/pry_class.rb:271
743
- def run_command(command_string, options = T.unsafe(nil)); end
744
-
745
- # source://pry-0.14.1/lib/pry/pry_class.rb:156
746
- def start(target = T.unsafe(nil), options = T.unsafe(nil)); end
747
-
748
- # source://pry-0.14.1/lib/pry/pry_class.rb:348
749
- def toplevel_binding; end
750
-
751
- # source://pry-0.14.1/lib/pry/pry_class.rb:366
752
- def toplevel_binding=(_arg0); end
753
-
754
- # source://pry-0.14.1/lib/pry/pry_class.rb:219
755
- def view_clip(obj, options = T.unsafe(nil)); end
756
- end
757
- end
758
-
759
- # source://pry-0.14.1/lib/pry/core_extensions.rb:9
760
- Pry::BINDING_METHOD_IMPL = T.let(T.unsafe(nil), Array)
761
-
762
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:4
763
- module Pry::Byebug; end
764
-
765
- # Wrapper for Byebug.breakpoints that respects our Processor and has better
766
- # failure behavior. Acts as an Enumerable.
767
- #
768
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:9
769
- module Pry::Byebug::Breakpoints
770
- extend ::Enumerable
771
- extend ::Pry::Byebug::Breakpoints
772
-
773
- # Adds a file breakpoint.
774
- #
775
- # @raise [ArgumentError]
776
- #
777
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:63
778
- def add_file(file, line, expression = T.unsafe(nil)); end
779
-
780
- # Adds a method breakpoint.
781
- #
782
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:51
783
- def add_method(method, expression = T.unsafe(nil)); end
784
-
785
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:44
786
- def breakpoints; end
787
-
788
- # Changes the conditional expression for a breakpoint.
789
- #
790
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:78
791
- def change(id, expression = T.unsafe(nil)); end
792
-
793
- # Deletes an existing breakpoint with the given ID.
794
- #
795
- # @raise [ArgumentError]
796
- #
797
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:89
798
- def delete(id); end
799
-
800
- # Deletes all breakpoints.
801
- #
802
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:100
803
- def delete_all; end
804
-
805
- # Disables a breakpoint with the given ID.
806
- #
807
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:115
808
- def disable(id); end
809
-
810
- # Disables all breakpoints.
811
- #
812
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:122
813
- def disable_all; end
814
-
815
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:136
816
- def each(&block); end
817
-
818
- # Enables a disabled breakpoint with the given ID.
819
- #
820
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:108
821
- def enable(id); end
822
-
823
- # @raise [ArgumentError]
824
- #
825
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:144
826
- def find_by_id(id); end
827
-
828
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:140
829
- def last; end
830
-
831
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:132
832
- def size; end
833
-
834
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:128
835
- def to_a; end
836
-
837
- private
838
-
839
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:153
840
- def change_status(id, enabled = T.unsafe(nil)); end
841
-
842
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:159
843
- def validate_expression(exp); end
844
- end
845
-
846
- # Breakpoint in a file:line location
847
- #
848
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:16
849
- class Pry::Byebug::Breakpoints::FileBreakpoint < ::SimpleDelegator
850
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:17
851
- def source_code; end
852
-
853
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:21
854
- def to_s; end
855
- end
856
-
857
- # Breakpoint in a Class#method location
858
- #
859
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:29
860
- class Pry::Byebug::Breakpoints::MethodBreakpoint < ::SimpleDelegator
861
- # @return [MethodBreakpoint] a new instance of MethodBreakpoint
862
- #
863
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:30
864
- def initialize(byebug_bp, method); end
865
-
866
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:35
867
- def source_code; end
868
-
869
- # source://pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb:39
870
- def to_s; end
871
- end
872
-
873
- # source://pry-0.14.1/lib/pry.rb:35
874
- Pry::Commands = T.let(T.unsafe(nil), Pry::CommandSet)
875
-
876
- # source://pry-0.14.1/lib/pry/pry_instance.rb:59
877
- Pry::EMPTY_COMPLETIONS = T.let(T.unsafe(nil), Array)
878
-
879
- # source://pry-0.14.1/lib/pry/pry_class.rb:7
880
- Pry::LOCAL_RC_FILE = T.let(T.unsafe(nil), String)
881
-
882
- class Pry::REPL
883
- extend ::Forwardable
884
-
885
- # source://pry-0.14.1/lib/pry/repl.rb:22
886
- def initialize(pry, options = T.unsafe(nil)); end
887
-
888
- # source://RUBY_ROOT/forwardable.rb:229
889
- def input(*args, **_arg1, &block); end
890
-
891
- # source://RUBY_ROOT/forwardable.rb:229
892
- def output(*args, **_arg1, &block); end
893
-
894
- # source://pry-0.14.1/lib/pry/repl.rb:9
895
- def pry; end
896
-
897
- # source://pry-0.14.1/lib/pry/repl.rb:9
898
- def pry=(_arg0); end
899
-
900
- # source://pry-0.14.1/lib/pry/repl.rb:36
901
- def start; end
902
-
903
- private
904
-
905
- # source://pry-0.14.1/lib/pry/repl.rb:238
906
- def calculate_overhang(current_prompt, original_val, indented_val); end
907
-
908
- # source://pry-0.14.1/lib/pry/repl.rb:206
909
- def coolline_available?; end
910
-
911
- # source://pry-0.14.1/lib/pry/repl.rb:84
912
- def epilogue; end
913
-
914
- # source://pry-0.14.1/lib/pry/repl.rb:127
915
- def handle_read_errors; end
916
-
917
- # source://pry-0.14.1/lib/pry/repl.rb:196
918
- def input_readline(*args); end
919
-
920
- # source://pry-0.14.1/lib/pry/repl.rb:218
921
- def piping?; end
922
-
923
- # source://pry-0.14.1/lib/pry/repl.rb:47
924
- def prologue; end
925
-
926
- # source://pry-0.14.1/lib/pry/repl.rb:93
927
- def read; end
928
-
929
- # source://pry-0.14.1/lib/pry/repl.rb:170
930
- def read_line(current_prompt); end
931
-
932
- # source://pry-0.14.1/lib/pry/repl.rb:202
933
- def readline_available?; end
934
-
935
- # source://pry-0.14.1/lib/pry/repl.rb:66
936
- def repl; end
937
-
938
- # source://pry-0.14.1/lib/pry/repl.rb:225
939
- def set_readline_output; end
940
-
941
- class << self
942
- # source://pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb:8
943
- def start(options = T.unsafe(nil)); end
944
-
945
- # source://pry-byebug-3.10.1/lib/pry-byebug/pry_ext.rb:8
946
- def start_with_pry_byebug(options = T.unsafe(nil)); end
947
-
948
- # source://pry-0.14.1/lib/pry/repl.rb:14
949
- def start_without_pry_byebug(options); end
950
- end
951
- end
952
-
953
- # source://pry-0.14.1/lib/pry/version.rb:4
954
- Pry::VERSION = T.let(T.unsafe(nil), String)
955
-
956
- # Main container module for Pry-Byebug functionality
957
- #
958
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/location.rb:3
959
- module PryByebug
960
- # Reference to currently running pry-remote server. Used by the processor.
961
- #
962
- # source://pry-byebug-3.10.1/lib/pry-byebug/base.rb:10
963
- def current_remote_server; end
964
-
965
- # Reference to currently running pry-remote server. Used by the processor.
966
- #
967
- # source://pry-byebug-3.10.1/lib/pry-byebug/base.rb:10
968
- def current_remote_server=(_arg0); end
969
-
970
- private
971
-
972
- # Ensures that a command is executed in a local file context.
973
- #
974
- # source://pry-byebug-3.10.1/lib/pry-byebug/base.rb:25
975
- def check_file_context(target, msg = T.unsafe(nil)); end
976
-
977
- # Checks that a target binding is in a local file context.
978
- #
979
- # source://pry-byebug-3.10.1/lib/pry-byebug/base.rb:17
980
- def file_context?(target); end
981
-
982
- class << self
983
- # Ensures that a command is executed in a local file context.
984
- #
985
- # @raise [Pry::CommandError]
986
- #
987
- # source://pry-byebug-3.10.1/lib/pry-byebug/base.rb:25
988
- def check_file_context(target, msg = T.unsafe(nil)); end
989
-
990
- # Checks that a target binding is in a local file context.
991
- #
992
- # @return [Boolean]
993
- #
994
- # source://pry-byebug-3.10.1/lib/pry-byebug/base.rb:17
995
- def file_context?(target); end
996
- end
997
- end
998
-
999
- # Display the current stack
1000
- #
1001
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/backtrace.rb:9
1002
- class PryByebug::BacktraceCommand < ::Pry::ClassCommand
1003
- include ::PryByebug::Helpers::Navigation
1004
-
1005
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/backtrace.rb:23
1006
- def process; end
1007
- end
1008
-
1009
- # Add, show and remove breakpoints
1010
- #
1011
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:12
1012
- class PryByebug::BreakCommand < ::Pry::ClassCommand
1013
- include ::PryByebug::Helpers::Breakpoints
1014
- include ::PryByebug::Helpers::Location
1015
- include ::PryByebug::Helpers::Multiline
1016
-
1017
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:50
1018
- def options(opt); end
1019
-
1020
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:62
1021
- def process; end
1022
-
1023
- private
1024
-
1025
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:111
1026
- def add_breakpoint(place, condition); end
1027
-
1028
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:93
1029
- def new_breakpoint; end
1030
-
1031
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:102
1032
- def option_to_method(option); end
1033
-
1034
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:106
1035
- def print_all; end
1036
-
1037
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:88
1038
- def process_condition; end
1039
-
1040
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:78
1041
- def process_delete; end
1042
-
1043
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:78
1044
- def process_delete_all; end
1045
-
1046
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:78
1047
- def process_disable; end
1048
-
1049
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:78
1050
- def process_disable_all; end
1051
-
1052
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:78
1053
- def process_enable; end
1054
-
1055
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/breakpoint.rb:84
1056
- def process_show; end
1057
- end
1058
-
1059
- # Continue program execution until the next breakpoint
1060
- #
1061
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/continue.rb:11
1062
- class PryByebug::ContinueCommand < ::Pry::ClassCommand
1063
- include ::PryByebug::Helpers::Navigation
1064
- include ::PryByebug::Helpers::Breakpoints
1065
- include ::PryByebug::Helpers::Location
1066
-
1067
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/continue.rb:31
1068
- def process; end
1069
- end
1070
-
1071
- # Travel down the frame stack
1072
- #
1073
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/down.rb:9
1074
- class PryByebug::DownCommand < ::Pry::ClassCommand
1075
- include ::PryByebug::Helpers::Navigation
1076
-
1077
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/down.rb:27
1078
- def process; end
1079
- end
1080
-
1081
- # Exit pry REPL with Byebug.stop
1082
- #
1083
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/exit_all.rb:9
1084
- class PryByebug::ExitAllCommand < ::Pry::Command::ExitAll
1085
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/exit_all.rb:10
1086
- def process; end
1087
- end
1088
-
1089
- # Run until the end of current frame
1090
- #
1091
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/finish.rb:9
1092
- class PryByebug::FinishCommand < ::Pry::ClassCommand
1093
- include ::PryByebug::Helpers::Navigation
1094
-
1095
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/finish.rb:20
1096
- def process; end
1097
- end
1098
-
1099
- # Move to a specific frame in the callstack
1100
- #
1101
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/frame.rb:9
1102
- class PryByebug::FrameCommand < ::Pry::ClassCommand
1103
- include ::PryByebug::Helpers::Navigation
1104
-
1105
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/frame.rb:27
1106
- def process; end
1107
- end
1108
-
1109
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/location.rb:4
1110
- module PryByebug::Helpers; end
1111
-
1112
- # Common helpers for breakpoint related commands
1113
- #
1114
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/breakpoints.rb:10
1115
- module PryByebug::Helpers::Breakpoints
1116
- # Prints a message with bold font.
1117
- #
1118
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/breakpoints.rb:21
1119
- def bold_puts(msg); end
1120
-
1121
- # Byebug's array of breakpoints.
1122
- #
1123
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/breakpoints.rb:14
1124
- def breakpoints; end
1125
-
1126
- # Max width of breakpoints id column
1127
- #
1128
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/breakpoints.rb:77
1129
- def max_width; end
1130
-
1131
- # Prints a header for the breakpoint list.
1132
- #
1133
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/breakpoints.rb:63
1134
- def print_breakpoints_header; end
1135
-
1136
- # Print out full information about a breakpoint.
1137
- #
1138
- # Includes surrounding code at that point.
1139
- #
1140
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/breakpoints.rb:30
1141
- def print_full_breakpoint(breakpoint); end
1142
-
1143
- # Print out concise information about a breakpoint.
1144
- #
1145
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/breakpoints.rb:52
1146
- def print_short_breakpoint(breakpoint); end
1147
- end
1148
-
1149
- # Compatibility helper to handle source location
1150
- #
1151
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/location.rb:8
1152
- module PryByebug::Helpers::Location
1153
- private
1154
-
1155
- # Current file in the target binding. Used as the default breakpoint
1156
- # location.
1157
- #
1158
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/location.rb:15
1159
- def current_file(source = T.unsafe(nil)); end
1160
-
1161
- class << self
1162
- # Current file in the target binding. Used as the default breakpoint
1163
- # location.
1164
- #
1165
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/location.rb:15
1166
- def current_file(source = T.unsafe(nil)); end
1167
- end
1168
- end
1169
-
1170
- # Helpers to help handling multiline inputs
1171
- #
1172
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/multiline.rb:8
1173
- module PryByebug::Helpers::Multiline
1174
- # Returns true if we are in a multiline context and, as a side effect,
1175
- # updates the partial evaluation string with the current input.
1176
- #
1177
- # Returns false otherwise
1178
- #
1179
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/multiline.rb:15
1180
- def check_multiline_context; end
1181
- end
1182
-
1183
- # Helpers to aid breaking out of the REPL loop
1184
- #
1185
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/navigation.rb:8
1186
- module PryByebug::Helpers::Navigation
1187
- # Breaks out of the REPL loop and signals tracer
1188
- #
1189
- # source://pry-byebug-3.10.1/lib/pry-byebug/helpers/navigation.rb:12
1190
- def breakout_navigation(action, options = T.unsafe(nil)); end
1191
- end
1192
-
1193
- # Run a number of lines and then stop again
1194
- #
1195
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/next.rb:10
1196
- class PryByebug::NextCommand < ::Pry::ClassCommand
1197
- include ::PryByebug::Helpers::Navigation
1198
- include ::PryByebug::Helpers::Multiline
1199
-
1200
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/next.rb:29
1201
- def process; end
1202
- end
1203
-
1204
- # Run a number of Ruby statements and then stop again
1205
- #
1206
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/step.rb:9
1207
- class PryByebug::StepCommand < ::Pry::ClassCommand
1208
- include ::PryByebug::Helpers::Navigation
1209
-
1210
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/step.rb:26
1211
- def process; end
1212
- end
1213
-
1214
- # Travel up the frame stack
1215
- #
1216
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/up.rb:9
1217
- class PryByebug::UpCommand < ::Pry::ClassCommand
1218
- include ::PryByebug::Helpers::Navigation
1219
-
1220
- # source://pry-byebug-3.10.1/lib/pry-byebug/commands/up.rb:27
1221
- def process; end
1222
- end