shotgrid_api_ruby 0.2.0.4 → 0.2.0.6

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 (190) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test_and_publish.yml +3 -3
  3. data/.github/workflows/test_only.yml +7 -5
  4. data/.ruby-version +1 -1
  5. data/CHANGELOG.md +54 -2
  6. data/Gemfile +12 -0
  7. data/Gemfile.lock +108 -93
  8. data/bin/prettirun +1 -1
  9. data/docs/ShotgridApiRuby/Auth/Validator.html +4 -4
  10. data/docs/ShotgridApiRuby/Auth.html +4 -4
  11. data/docs/ShotgridApiRuby/Client.html +4 -4
  12. data/docs/ShotgridApiRuby/Entities/Params/TooComplexFiltersError.html +4 -4
  13. data/docs/ShotgridApiRuby/Entities/Params.html +41 -41
  14. data/docs/ShotgridApiRuby/Entities/Schema.html +4 -4
  15. data/docs/ShotgridApiRuby/Entities/Summarize/Summary.html +8 -8
  16. data/docs/ShotgridApiRuby/Entities/Summarize.html +9 -9
  17. data/docs/ShotgridApiRuby/Entities.html +27 -27
  18. data/docs/ShotgridApiRuby/Entity.html +12 -12
  19. data/docs/ShotgridApiRuby/Preferences.html +4 -4
  20. data/docs/ShotgridApiRuby/ServerInfo.html +4 -4
  21. data/docs/ShotgridApiRuby/ShotgridCallError.html +4 -4
  22. data/docs/ShotgridApiRuby/Types.html +4 -4
  23. data/docs/ShotgridApiRuby.html +5 -5
  24. data/docs/_index.html +5 -5
  25. data/docs/file.README.html +4 -4
  26. data/docs/frames.html +1 -1
  27. data/docs/index.html +4 -4
  28. data/docs/top-level-namespace.html +4 -4
  29. data/lib/shotgrid_api_ruby/entities/params.rb +15 -18
  30. data/lib/shotgrid_api_ruby/entities/summarize.rb +4 -4
  31. data/lib/shotgrid_api_ruby/entities.rb +23 -23
  32. data/lib/shotgrid_api_ruby/version.rb +1 -1
  33. data/shotgrid_api_ruby.gemspec +3 -12
  34. data/sorbet/rbi/gems/activesupport@7.0.4.2.rbi +18676 -0
  35. data/sorbet/rbi/gems/ast@2.4.2.rbi +533 -3
  36. data/sorbet/rbi/gems/backport@1.2.0.rbi +518 -4
  37. data/sorbet/rbi/gems/benchmark@0.2.1.rbi +588 -0
  38. data/sorbet/rbi/gems/bundler-audit@0.9.1.rbi +308 -0
  39. data/sorbet/rbi/gems/byebug@11.1.3.rbi +2065 -28
  40. data/sorbet/rbi/gems/childprocess@4.1.0.rbi +397 -4
  41. data/sorbet/rbi/gems/coderay@1.1.3.rbi +2425 -4
  42. data/sorbet/rbi/gems/concurrent-ruby@1.2.0.rbi +11570 -0
  43. data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +1083 -0
  44. data/sorbet/rbi/gems/docile@1.4.0.rbi +335 -13
  45. data/sorbet/rbi/gems/dotenv@2.8.1.rbi +234 -0
  46. data/sorbet/rbi/gems/e2mmap@0.1.0.rbi +4 -4
  47. data/sorbet/rbi/gems/faker@3.1.0.rbi +13380 -0
  48. data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +167 -11
  49. data/sorbet/rbi/gems/faraday-em_synchrony@1.0.0.rbi +94 -11
  50. data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +105 -11
  51. data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +118 -11
  52. data/sorbet/rbi/gems/faraday-multipart@1.0.4.rbi +273 -0
  53. data/sorbet/rbi/gems/faraday-net_http@1.0.1.rbi +106 -11
  54. data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +92 -11
  55. data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +97 -11
  56. data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +106 -11
  57. data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +227 -0
  58. data/sorbet/rbi/gems/faraday@1.10.3.rbi +2743 -0
  59. data/sorbet/rbi/gems/ffi@1.15.5.rbi +8 -0
  60. data/sorbet/rbi/gems/formatador@1.1.0.rbi +8 -0
  61. data/sorbet/rbi/gems/guard-compat@1.2.1.rbi +62 -4
  62. data/sorbet/rbi/gems/guard-rspec@4.7.3.rbi +558 -4
  63. data/sorbet/rbi/gems/guard@2.18.0.rbi +4 -4
  64. data/sorbet/rbi/gems/haml@6.1.1.rbi +1588 -0
  65. data/sorbet/rbi/gems/i18n@1.12.0.rbi +2296 -0
  66. data/sorbet/rbi/gems/iniparse@1.5.0.rbi +893 -4
  67. data/sorbet/rbi/gems/jaro_winkler@1.5.4.rbi +15 -4
  68. data/sorbet/rbi/gems/json@2.6.3.rbi +1533 -0
  69. data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +129 -4
  70. data/sorbet/rbi/gems/kramdown@2.4.0.rbi +3271 -0
  71. data/sorbet/rbi/gems/listen@3.8.0.rbi +1181 -0
  72. data/sorbet/rbi/gems/lumberjack@1.2.8.rbi +4 -4
  73. data/sorbet/rbi/gems/method_source@1.0.0.rbi +202 -2
  74. data/sorbet/rbi/gems/minitest@5.17.0.rbi +1457 -0
  75. data/sorbet/rbi/gems/multipart-post@2.3.0.rbi +233 -0
  76. data/sorbet/rbi/gems/nenv@0.3.0.rbi +4 -4
  77. data/sorbet/rbi/gems/netrc@0.11.0.rbi +158 -0
  78. data/sorbet/rbi/gems/nokogiri@1.14.0.rbi +7250 -0
  79. data/sorbet/rbi/gems/notiffany@0.1.3.rbi +4 -4
  80. data/sorbet/rbi/gems/overcommit@0.60.0.rbi +2399 -0
  81. data/sorbet/rbi/gems/parallel@1.22.1.rbi +277 -0
  82. data/sorbet/rbi/gems/parser@3.2.0.0.rbi +6964 -0
  83. data/sorbet/rbi/gems/prettier@3.2.2.rbi +22 -0
  84. data/sorbet/rbi/gems/prettier_print@1.2.0.rbi +8 -0
  85. data/sorbet/rbi/gems/pry-byebug@3.10.1.rbi +1171 -0
  86. data/sorbet/rbi/gems/pry@0.14.2.rbi +10081 -0
  87. data/sorbet/rbi/gems/racc@1.6.2.rbi +154 -0
  88. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +408 -0
  89. data/sorbet/rbi/gems/rake@13.0.6.rbi +2248 -13
  90. data/sorbet/rbi/gems/rb-fsevent@0.11.2.rbi +8 -0
  91. data/sorbet/rbi/gems/rb-inotify@0.10.1.rbi +4 -4
  92. data/sorbet/rbi/gems/rbi@0.0.16.rbi +3008 -0
  93. data/sorbet/rbi/gems/rbs@2.8.4.rbi +8 -0
  94. data/sorbet/rbi/gems/regexp_parser@2.6.2.rbi +3481 -0
  95. data/sorbet/rbi/gems/reverse_markdown@2.1.1.rbi +389 -0
  96. data/sorbet/rbi/gems/rexml@3.2.5.rbi +4048 -3
  97. data/sorbet/rbi/gems/rspec-core@3.12.0.rbi +10809 -0
  98. data/sorbet/rbi/gems/rspec-expectations@3.12.2.rbi +8109 -0
  99. data/sorbet/rbi/gems/rspec-mocks@3.12.3.rbi +5308 -0
  100. data/sorbet/rbi/gems/rspec-support@3.12.0.rbi +1620 -0
  101. data/sorbet/rbi/gems/rspec@3.12.0.rbi +91 -0
  102. data/sorbet/rbi/gems/rspec_in_context@1.1.0.3.rbi +387 -15
  103. data/sorbet/rbi/gems/rubocop-ast@1.24.1.rbi +7019 -0
  104. data/sorbet/rbi/gems/rubocop-faker@1.1.0.rbi +102 -4
  105. data/sorbet/rbi/gems/rubocop-performance@1.15.2.rbi +3021 -0
  106. data/sorbet/rbi/gems/rubocop-sorbet@0.6.11.rbi +990 -0
  107. data/sorbet/rbi/gems/rubocop@1.44.1.rbi +54394 -0
  108. data/sorbet/rbi/gems/ruby-progressbar@1.11.0.rbi +1235 -4
  109. data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +4 -4
  110. data/sorbet/rbi/gems/shellany@0.0.1.rbi +4 -4
  111. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +135 -5
  112. data/sorbet/rbi/gems/simplecov@0.22.0.rbi +2148 -0
  113. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +8 -0
  114. data/sorbet/rbi/gems/solargraph@0.48.0.rbi +9146 -0
  115. data/sorbet/rbi/gems/spoom@1.1.15.rbi +2383 -0
  116. data/sorbet/rbi/gems/syntax_tree-haml@3.0.0.rbi +8 -0
  117. data/sorbet/rbi/gems/syntax_tree-rbs@0.5.1.rbi +8 -0
  118. data/sorbet/rbi/gems/syntax_tree@5.2.0.rbi +8 -0
  119. data/sorbet/rbi/gems/tapioca@0.10.5.rbi +3226 -0
  120. data/sorbet/rbi/gems/temple@0.10.0.rbi +1722 -0
  121. data/sorbet/rbi/gems/thor@1.2.1.rbi +3956 -0
  122. data/sorbet/rbi/gems/tilt@2.0.11.rbi +745 -0
  123. data/sorbet/rbi/gems/timecop@0.9.6.rbi +368 -0
  124. data/sorbet/rbi/gems/tzinfo@2.0.5.rbi +5914 -0
  125. data/sorbet/rbi/gems/unicode-display_width@2.4.2.rbi +65 -0
  126. data/sorbet/rbi/gems/unparser@0.6.7.rbi +4524 -0
  127. data/sorbet/rbi/gems/vcr@6.1.0.rbi +3020 -0
  128. data/sorbet/rbi/gems/webrick@1.7.0.rbi +2555 -0
  129. data/sorbet/rbi/gems/yard-sorbet@0.8.0.rbi +441 -0
  130. data/sorbet/rbi/gems/yard@0.9.28.rbi +17863 -0
  131. data/sorbet/rbi/gems/zeitwerk@2.6.6.rbi +950 -0
  132. data/yarn.lock +3 -3
  133. metadata +71 -190
  134. data/sorbet/rbi/gems/activesupport@6.1.4.1.rbi +0 -3770
  135. data/sorbet/rbi/gems/benchmark@0.1.1.rbi +0 -65
  136. data/sorbet/rbi/gems/bundler-audit@0.8.0.rbi +0 -8
  137. data/sorbet/rbi/gems/colorize@0.8.1.rbi +0 -39
  138. data/sorbet/rbi/gems/commander@4.6.0.rbi +0 -8
  139. data/sorbet/rbi/gems/concurrent-ruby@1.1.9.rbi +0 -2403
  140. data/sorbet/rbi/gems/diff-lcs@1.4.4.rbi +0 -8
  141. data/sorbet/rbi/gems/dotenv@2.7.6.rbi +0 -88
  142. data/sorbet/rbi/gems/faker@2.19.0.rbi +0 -2513
  143. data/sorbet/rbi/gems/faraday@1.7.0.rbi +0 -783
  144. data/sorbet/rbi/gems/ffi@1.15.3.rbi +0 -8
  145. data/sorbet/rbi/gems/formatador@0.3.0.rbi +0 -8
  146. data/sorbet/rbi/gems/haml@5.2.2.rbi +0 -8
  147. data/sorbet/rbi/gems/highline@2.0.3.rbi +0 -8
  148. data/sorbet/rbi/gems/i18n@1.8.10.rbi +0 -584
  149. data/sorbet/rbi/gems/kramdown@2.3.1.rbi +0 -8
  150. data/sorbet/rbi/gems/listen@3.7.0.rbi +0 -476
  151. data/sorbet/rbi/gems/minitest@5.14.4.rbi +0 -344
  152. data/sorbet/rbi/gems/multipart-post@2.1.1.rbi +0 -69
  153. data/sorbet/rbi/gems/nokogiri@1.12.3.rbi +0 -8
  154. data/sorbet/rbi/gems/overcommit@0.58.0.rbi +0 -8
  155. data/sorbet/rbi/gems/parallel@1.20.1.rbi +0 -8
  156. data/sorbet/rbi/gems/parlour@6.0.1.rbi +0 -1610
  157. data/sorbet/rbi/gems/parser@3.0.2.0.rbi +0 -1731
  158. data/sorbet/rbi/gems/prettier@1.6.1.rbi +0 -8
  159. data/sorbet/rbi/gems/pry-byebug@3.9.0.rbi +0 -461
  160. data/sorbet/rbi/gems/pry@0.13.1.rbi +0 -2553
  161. data/sorbet/rbi/gems/racc@1.5.2.rbi +0 -47
  162. data/sorbet/rbi/gems/rainbow@3.0.0.rbi +0 -153
  163. data/sorbet/rbi/gems/rb-fsevent@0.11.0.rbi +0 -8
  164. data/sorbet/rbi/gems/regexp_parser@2.1.1.rbi +0 -8
  165. data/sorbet/rbi/gems/reverse_markdown@2.0.0.rbi +0 -8
  166. data/sorbet/rbi/gems/rspec-core@3.10.1.rbi +0 -2500
  167. data/sorbet/rbi/gems/rspec-expectations@3.10.1.rbi +0 -1574
  168. data/sorbet/rbi/gems/rspec-mocks@3.10.2.rbi +0 -1462
  169. data/sorbet/rbi/gems/rspec-support@3.10.2.rbi +0 -510
  170. data/sorbet/rbi/gems/rspec@3.10.0.rbi +0 -39
  171. data/sorbet/rbi/gems/rubocop-ast@1.11.0.rbi +0 -8
  172. data/sorbet/rbi/gems/rubocop-performance@1.11.5.rbi +0 -8
  173. data/sorbet/rbi/gems/rubocop-sorbet@0.6.2.rbi +0 -8
  174. data/sorbet/rbi/gems/rubocop@1.20.0.rbi +0 -8
  175. data/sorbet/rbi/gems/simplecov@0.21.2.rbi +0 -577
  176. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.3.rbi +0 -8
  177. data/sorbet/rbi/gems/solargraph@0.43.0.rbi +0 -8
  178. data/sorbet/rbi/gems/spoom@1.1.2.rbi +0 -1204
  179. data/sorbet/rbi/gems/tapioca@0.4.25.rbi +0 -1239
  180. data/sorbet/rbi/gems/temple@0.8.2.rbi +0 -8
  181. data/sorbet/rbi/gems/thor@1.1.0.rbi +0 -838
  182. data/sorbet/rbi/gems/tilt@2.0.10.rbi +0 -8
  183. data/sorbet/rbi/gems/timecop@0.9.4.rbi +0 -82
  184. data/sorbet/rbi/gems/tzinfo@2.0.4.rbi +0 -857
  185. data/sorbet/rbi/gems/unicode-display_width@2.0.0.rbi +0 -8
  186. data/sorbet/rbi/gems/unparser@0.6.0.rbi +0 -8
  187. data/sorbet/rbi/gems/vcr@6.0.0.rbi +0 -782
  188. data/sorbet/rbi/gems/yard-sorbet@0.5.3.rbi +0 -8
  189. data/sorbet/rbi/gems/yard@0.9.26.rbi +0 -8
  190. data/sorbet/rbi/gems/zeitwerk@2.4.2.rbi +0 -173
@@ -0,0 +1,1171 @@
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
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#5
8
+ module Byebug
9
+ extend ::Byebug::Helpers::ReflectionHelper
10
+
11
+ # source://byebug/11.1.3/lib/byebug/core.rb#31
12
+ def displays; end
13
+
14
+ # source://byebug/11.1.3/lib/byebug/core.rb#31
15
+ def displays=(_arg0); end
16
+
17
+ # source://byebug/11.1.3/lib/byebug/core.rb#25
18
+ def init_file; end
19
+
20
+ # source://byebug/11.1.3/lib/byebug/core.rb#25
21
+ def init_file=(_arg0); end
22
+
23
+ # source://byebug/11.1.3/lib/byebug/core.rb#41
24
+ def mode; end
25
+
26
+ # source://byebug/11.1.3/lib/byebug/core.rb#41
27
+ def mode=(_arg0); end
28
+
29
+ # source://byebug/11.1.3/lib/byebug/core.rb#52
30
+ def run_init_script; end
31
+
32
+ private
33
+
34
+ def add_catchpoint(_arg0); end
35
+ def breakpoints; end
36
+ def catchpoints; end
37
+ def contexts; end
38
+ def current_context; end
39
+ def debug_load(*_arg0); end
40
+ def lock; end
41
+ def post_mortem=(_arg0); end
42
+ def post_mortem?; end
43
+ def raised_exception; end
44
+
45
+ # source://byebug/11.1.3/lib/byebug/core.rb#102
46
+ def rc_dirs; end
47
+
48
+ # source://byebug/11.1.3/lib/byebug/core.rb#91
49
+ def run_rc_file(rc_file); end
50
+
51
+ def start; end
52
+ def started?; end
53
+ def stop; end
54
+ def stoppable?; end
55
+ def thread_context(_arg0); end
56
+ def tracing=(_arg0); end
57
+ def tracing?; end
58
+ def unlock; end
59
+ def verbose=(_arg0); end
60
+ def verbose?; end
61
+
62
+ class << self
63
+ # source://byebug/11.1.3/lib/byebug/remote.rb#25
64
+ def actual_control_port; end
65
+
66
+ # source://byebug/11.1.3/lib/byebug/remote.rb#20
67
+ def actual_port; end
68
+
69
+ def add_catchpoint(_arg0); end
70
+
71
+ # source://byebug/11.1.3/lib/byebug/attacher.rb#10
72
+ def attach; end
73
+
74
+ def breakpoints; end
75
+ def catchpoints; end
76
+ def contexts; end
77
+ def current_context; end
78
+ def debug_load(*_arg0); end
79
+
80
+ # source://byebug/11.1.3/lib/byebug/core.rb#76
81
+ def handle_post_mortem; end
82
+
83
+ # source://byebug/11.1.3/lib/byebug/remote.rb#32
84
+ def interrupt; end
85
+
86
+ # source://byebug/11.1.3/lib/byebug/core.rb#61
87
+ def load_settings; end
88
+
89
+ def lock; end
90
+
91
+ # source://byebug/11.1.3/lib/byebug/remote.rb#59
92
+ def parse_host_and_port(host_port_spec); end
93
+
94
+ def post_mortem=(_arg0); end
95
+ def post_mortem?; end
96
+ def raised_exception; end
97
+
98
+ # source://byebug/11.1.3/lib/byebug/attacher.rb#21
99
+ def spawn(host = T.unsafe(nil), port = T.unsafe(nil)); end
100
+
101
+ def start; end
102
+
103
+ # source://byebug/11.1.3/lib/byebug/remote.rb#55
104
+ def start_client(host = T.unsafe(nil), port = T.unsafe(nil)); end
105
+
106
+ # source://byebug/11.1.3/lib/byebug/remote.rb#48
107
+ def start_control(host = T.unsafe(nil), port = T.unsafe(nil)); end
108
+
109
+ # source://byebug/11.1.3/lib/byebug/remote.rb#39
110
+ def start_server(host = T.unsafe(nil), port = T.unsafe(nil)); end
111
+
112
+ def started?; end
113
+ def stop; end
114
+ def stoppable?; end
115
+ def thread_context(_arg0); end
116
+ def tracing=(_arg0); end
117
+ def tracing?; end
118
+ def unlock; end
119
+ def verbose=(_arg0); end
120
+ def verbose?; end
121
+
122
+ # source://byebug/11.1.3/lib/byebug/remote.rb#17
123
+ def wait_connection; end
124
+
125
+ # source://byebug/11.1.3/lib/byebug/remote.rb#17
126
+ def wait_connection=(_arg0); end
127
+
128
+ private
129
+
130
+ # source://byebug/11.1.3/lib/byebug/remote.rb#66
131
+ def client; end
132
+
133
+ # source://byebug/11.1.3/lib/byebug/remote.rb#76
134
+ def control; end
135
+
136
+ # source://byebug/11.1.3/lib/byebug/remote.rb#70
137
+ def server; end
138
+ end
139
+ end
140
+
141
+ class Byebug::DebugThread < ::Thread
142
+ class << self
143
+ def inherited; end
144
+ end
145
+ end
146
+
147
+ # source://byebug/11.1.3/lib/byebug/remote.rb#13
148
+ Byebug::PORT = T.let(T.unsafe(nil), Integer)
149
+
150
+ # Extends raw byebug's processor.
151
+ #
152
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#9
153
+ class Byebug::PryProcessor < ::Byebug::CommandProcessor
154
+ # Called when a breakpoint is hit. Note that `at_line`` is called
155
+ # inmediately after with the context's `stop_reason == :breakpoint`, so we
156
+ # must not resume the pry instance here
157
+ #
158
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#80
159
+ def at_breakpoint(breakpoint); end
160
+
161
+ # Called when the debugger wants to stop at a regular line
162
+ #
163
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#64
164
+ def at_line; end
165
+
166
+ # Called when the debugger wants to stop right before a method return
167
+ #
168
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#71
169
+ def at_return(_return_value); end
170
+
171
+ # source://forwardable/1.3.3/forwardable.rb#231
172
+ def bold(*args, **_arg1, &block); end
173
+
174
+ # source://forwardable/1.3.3/forwardable.rb#231
175
+ def output(*args, **_arg1, &block); end
176
+
177
+ # Set up a number of navigational commands to be performed by Byebug.
178
+ #
179
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#45
180
+ def perform(action, options = T.unsafe(nil)); end
181
+
182
+ # Returns the value of attribute pry.
183
+ #
184
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#10
185
+ def pry; end
186
+
187
+ # Sets the attribute pry
188
+ #
189
+ # @param value the value to set the attribute pry to.
190
+ #
191
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#10
192
+ def pry=(_arg0); end
193
+
194
+ # Wrap a Pry REPL to catch navigational commands and act on them.
195
+ #
196
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#26
197
+ def run(&_block); end
198
+
199
+ private
200
+
201
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#93
202
+ def n_hits(breakpoint); end
203
+
204
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#114
205
+ def perform_backtrace(_options); end
206
+
207
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#142
208
+ def perform_down(options); end
209
+
210
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#130
211
+ def perform_finish(*_arg0); end
212
+
213
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#150
214
+ def perform_frame(options); end
215
+
216
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#120
217
+ def perform_next(options); end
218
+
219
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#125
220
+ def perform_step(options); end
221
+
222
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#134
223
+ def perform_up(options); end
224
+
225
+ # Resume an existing Pry REPL at the paused point.
226
+ #
227
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#102
228
+ def resume_pry; end
229
+
230
+ class << self
231
+ # source://pry-byebug//lib/byebug/processors/pry_processor.rb#16
232
+ def start; end
233
+ end
234
+ end
235
+
236
+ class Byebug::ThreadsTable; end
237
+
238
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#3
239
+ class Pry
240
+ extend ::Forwardable
241
+
242
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#81
243
+ def initialize(options = T.unsafe(nil)); end
244
+
245
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#212
246
+ def add_sticky_local(name, &block); end
247
+
248
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#35
249
+ def backtrace; end
250
+
251
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#35
252
+ def backtrace=(_arg0); end
253
+
254
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#32
255
+ def binding_stack; end
256
+
257
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#32
258
+ def binding_stack=(_arg0); end
259
+
260
+ # source://forwardable/1.3.3/forwardable.rb#231
261
+ def color(*args, **_arg1, &block); end
262
+
263
+ # source://forwardable/1.3.3/forwardable.rb#231
264
+ def color=(*args, **_arg1, &block); end
265
+
266
+ # source://forwardable/1.3.3/forwardable.rb#231
267
+ def commands(*args, **_arg1, &block); end
268
+
269
+ # source://forwardable/1.3.3/forwardable.rb#231
270
+ def commands=(*args, **_arg1, &block); end
271
+
272
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#145
273
+ def complete(str); end
274
+
275
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#50
276
+ def config; end
277
+
278
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#124
279
+ def current_binding; end
280
+
281
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#124
282
+ def current_context; end
283
+
284
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#33
285
+ def custom_completions; end
286
+
287
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#33
288
+ def custom_completions=(_arg0); end
289
+
290
+ # source://forwardable/1.3.3/forwardable.rb#231
291
+ def editor(*args, **_arg1, &block); end
292
+
293
+ # source://forwardable/1.3.3/forwardable.rb#231
294
+ def editor=(*args, **_arg1, &block); end
295
+
296
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#255
297
+ def eval(line, options = T.unsafe(nil)); end
298
+
299
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#34
300
+ def eval_string; end
301
+
302
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#34
303
+ def eval_string=(_arg0); end
304
+
305
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#286
306
+ def evaluate_ruby(code); end
307
+
308
+ # source://forwardable/1.3.3/forwardable.rb#231
309
+ def exception_handler(*args, **_arg1, &block); end
310
+
311
+ # source://forwardable/1.3.3/forwardable.rb#231
312
+ def exception_handler=(*args, **_arg1, &block); end
313
+
314
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#394
315
+ def exec_hook(name, *args, &block); end
316
+
317
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#42
318
+ def exit_value; end
319
+
320
+ # source://forwardable/1.3.3/forwardable.rb#231
321
+ def extra_sticky_locals(*args, **_arg1, &block); end
322
+
323
+ # source://forwardable/1.3.3/forwardable.rb#231
324
+ def extra_sticky_locals=(*args, **_arg1, &block); end
325
+
326
+ # source://forwardable/1.3.3/forwardable.rb#231
327
+ def hooks(*args, **_arg1, &block); end
328
+
329
+ # source://forwardable/1.3.3/forwardable.rb#231
330
+ def hooks=(*args, **_arg1, &block); end
331
+
332
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#173
333
+ def inject_local(name, value, binding); end
334
+
335
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#201
336
+ def inject_sticky_locals!; end
337
+
338
+ # source://forwardable/1.3.3/forwardable.rb#231
339
+ def input(*args, **_arg1, &block); end
340
+
341
+ # source://forwardable/1.3.3/forwardable.rb#231
342
+ def input=(*args, **_arg1, &block); end
343
+
344
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#45
345
+ def input_ring; end
346
+
347
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#39
348
+ def last_dir; end
349
+
350
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#39
351
+ def last_dir=(_arg0); end
352
+
353
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#41
354
+ def last_exception; end
355
+
356
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#418
357
+ def last_exception=(exception); end
358
+
359
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#38
360
+ def last_file; end
361
+
362
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#38
363
+ def last_file=(_arg0); end
364
+
365
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#37
366
+ def last_result; end
367
+
368
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#37
369
+ def last_result=(_arg0); end
370
+
371
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#440
372
+ def last_result_is_exception?; end
373
+
374
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#190
375
+ def memory_size; end
376
+
377
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#195
378
+ def memory_size=(size); end
379
+
380
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#538
381
+ def output; end
382
+
383
+ # source://forwardable/1.3.3/forwardable.rb#231
384
+ def output=(*args, **_arg1, &block); end
385
+
386
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#48
387
+ def output_ring; end
388
+
389
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#530
390
+ def pager; end
391
+
392
+ # source://forwardable/1.3.3/forwardable.rb#231
393
+ def pager=(*args, **_arg1, &block); end
394
+
395
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#522
396
+ def pop_prompt; end
397
+
398
+ # source://forwardable/1.3.3/forwardable.rb#231
399
+ def print(*args, **_arg1, &block); end
400
+
401
+ # source://forwardable/1.3.3/forwardable.rb#231
402
+ def print=(*args, **_arg1, &block); end
403
+
404
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#325
405
+ def process_command(val); end
406
+
407
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#360
408
+ def process_command_safely(val); end
409
+
410
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#101
411
+ def prompt; end
412
+
413
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#108
414
+ def prompt=(new_prompt); end
415
+
416
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#131
417
+ def push_binding(object); end
418
+
419
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#118
420
+ def push_initial_binding(target = T.unsafe(nil)); end
421
+
422
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#506
423
+ def push_prompt(new_prompt); end
424
+
425
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#592
426
+ def quiet?; end
427
+
428
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#582
429
+ def raise_up(*args); end
430
+
431
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#586
432
+ def raise_up!(*args); end
433
+
434
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#554
435
+ def raise_up_common(force, *args); end
436
+
437
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#282
438
+ def repl(target = T.unsafe(nil)); end
439
+
440
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#231
441
+ def reset_eval_string; end
442
+
443
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#375
444
+ def run_command(val); end
445
+
446
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#453
447
+ def select_prompt; end
448
+
449
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#409
450
+ def set_last_result(result, code = T.unsafe(nil)); end
451
+
452
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#447
453
+ def should_print?; end
454
+
455
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#298
456
+ def show_result(result); end
457
+
458
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#216
459
+ def sticky_locals; end
460
+
461
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#36
462
+ def suppress_output; end
463
+
464
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#36
465
+ def suppress_output=(_arg0); end
466
+
467
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#428
468
+ def update_input_history(code); end
469
+
470
+ private
471
+
472
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#680
473
+ def ensure_correct_encoding!(val); end
474
+
475
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#688
476
+ def generate_prompt(prompt_proc, conf); end
477
+
478
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#598
479
+ def handle_line(line, options); end
480
+
481
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#697
482
+ def prompt_stack; end
483
+
484
+ class << self
485
+ # source://pry/0.14.2/lib/pry/code.rb#12
486
+ def Code(obj); end
487
+
488
+ # source://pry/0.14.2/lib/pry/method.rb#9
489
+ def Method(obj); end
490
+
491
+ # source://pry/0.14.2/lib/pry/wrapped_module.rb#7
492
+ def WrappedModule(obj); end
493
+
494
+ # source://pry/0.14.2/lib/pry/pry_class.rb#294
495
+ def auto_resize!; end
496
+
497
+ # source://pry/0.14.2/lib/pry/pry_class.rb#347
498
+ def binding_for(target); end
499
+
500
+ # source://pry/0.14.2/lib/pry/pry_class.rb#22
501
+ def cli; end
502
+
503
+ # source://pry/0.14.2/lib/pry/pry_class.rb#22
504
+ def cli=(_arg0); end
505
+
506
+ # source://forwardable/1.3.3/forwardable.rb#231
507
+ def color(*args, **_arg1, &block); end
508
+
509
+ # source://forwardable/1.3.3/forwardable.rb#231
510
+ def color=(*args, **_arg1, &block); end
511
+
512
+ # source://forwardable/1.3.3/forwardable.rb#231
513
+ def commands(*args, **_arg1, &block); end
514
+
515
+ # source://forwardable/1.3.3/forwardable.rb#231
516
+ def commands=(*args, **_arg1, &block); end
517
+
518
+ # source://pry/0.14.2/lib/pry/pry_class.rb#25
519
+ def config; end
520
+
521
+ # source://pry/0.14.2/lib/pry/pry_class.rb#25
522
+ def config=(_arg0); end
523
+
524
+ # source://pry/0.14.2/lib/pry/pry_class.rb#46
525
+ def configure; end
526
+
527
+ # source://pry/0.14.2/lib/pry/pry_class.rb#380
528
+ def critical_section; end
529
+
530
+ # source://pry/0.14.2/lib/pry/pry_class.rb#63
531
+ def current; end
532
+
533
+ # source://pry/0.14.2/lib/pry/pry_class.rb#19
534
+ def current_line; end
535
+
536
+ # source://pry/0.14.2/lib/pry/pry_class.rb#19
537
+ def current_line=(_arg0); end
538
+
539
+ # source://pry/0.14.2/lib/pry/pry_class.rb#18
540
+ def custom_completions; end
541
+
542
+ # source://pry/0.14.2/lib/pry/pry_class.rb#18
543
+ def custom_completions=(_arg0); end
544
+
545
+ # source://forwardable/1.3.3/forwardable.rb#231
546
+ def editor(*args, **_arg1, &block); end
547
+
548
+ # source://forwardable/1.3.3/forwardable.rb#231
549
+ def editor=(*args, **_arg1, &block); end
550
+
551
+ # source://pry/0.14.2/lib/pry/pry_class.rb#21
552
+ def eval_path; end
553
+
554
+ # source://pry/0.14.2/lib/pry/pry_class.rb#21
555
+ def eval_path=(_arg0); end
556
+
557
+ # source://forwardable/1.3.3/forwardable.rb#231
558
+ def exception_handler(*args, **_arg1, &block); end
559
+
560
+ # source://forwardable/1.3.3/forwardable.rb#231
561
+ def exception_handler=(*args, **_arg1, &block); end
562
+
563
+ # source://forwardable/1.3.3/forwardable.rb#231
564
+ def extra_sticky_locals(*args, **_arg1, &block); end
565
+
566
+ # source://forwardable/1.3.3/forwardable.rb#231
567
+ def extra_sticky_locals=(*args, **_arg1, &block); end
568
+
569
+ # source://pry/0.14.2/lib/pry/pry_class.rb#139
570
+ def final_session_setup; end
571
+
572
+ # source://forwardable/1.3.3/forwardable.rb#231
573
+ def history(*args, **_arg1, &block); end
574
+
575
+ # source://forwardable/1.3.3/forwardable.rb#231
576
+ def history=(*args, **_arg1, &block); end
577
+
578
+ # source://forwardable/1.3.3/forwardable.rb#231
579
+ def hooks(*args, **_arg1, &block); end
580
+
581
+ # source://forwardable/1.3.3/forwardable.rb#231
582
+ def hooks=(*args, **_arg1, &block); end
583
+
584
+ # source://pry/0.14.2/lib/pry/pry_class.rb#375
585
+ def in_critical_section?; end
586
+
587
+ # source://pry/0.14.2/lib/pry/pry_class.rb#338
588
+ def init; end
589
+
590
+ # source://pry/0.14.2/lib/pry/pry_class.rb#257
591
+ def initial_session?; end
592
+
593
+ # source://pry/0.14.2/lib/pry/pry_class.rb#129
594
+ def initial_session_setup; end
595
+
596
+ # source://forwardable/1.3.3/forwardable.rb#231
597
+ def input(*args, **_arg1, &block); end
598
+
599
+ # source://forwardable/1.3.3/forwardable.rb#231
600
+ def input=(*args, **_arg1, &block); end
601
+
602
+ # source://pry/0.14.2/lib/pry/pry_class.rb#24
603
+ def last_internal_error; end
604
+
605
+ # source://pry/0.14.2/lib/pry/pry_class.rb#24
606
+ def last_internal_error=(_arg0); end
607
+
608
+ # source://pry/0.14.2/lib/pry/pry_class.rb#20
609
+ def line_buffer; end
610
+
611
+ # source://pry/0.14.2/lib/pry/pry_class.rb#20
612
+ def line_buffer=(_arg0); end
613
+
614
+ # source://pry/0.14.2/lib/pry/pry_class.rb#69
615
+ def load_file_at_toplevel(file); end
616
+
617
+ # source://pry/0.14.2/lib/pry/pry_class.rb#202
618
+ def load_file_through_repl(file_name); end
619
+
620
+ # source://pry/0.14.2/lib/pry/pry_class.rb#251
621
+ def load_history; end
622
+
623
+ # source://pry/0.14.2/lib/pry/pry_class.rb#77
624
+ def load_rc_files; end
625
+
626
+ # source://pry/0.14.2/lib/pry/pry_class.rb#101
627
+ def load_requires; end
628
+
629
+ # source://pry/0.14.2/lib/pry/pry_class.rb#109
630
+ def load_traps; end
631
+
632
+ # source://pry/0.14.2/lib/pry/pry_class.rb#113
633
+ def load_win32console; end
634
+
635
+ # source://pry/0.14.2/lib/pry/pry_class.rb#55
636
+ def main; end
637
+
638
+ # source://forwardable/1.3.3/forwardable.rb#231
639
+ def memory_size(*args, **_arg1, &block); end
640
+
641
+ # source://forwardable/1.3.3/forwardable.rb#231
642
+ def memory_size=(*args, **_arg1, &block); end
643
+
644
+ # source://forwardable/1.3.3/forwardable.rb#231
645
+ def output(*args, **_arg1, &block); end
646
+
647
+ # source://forwardable/1.3.3/forwardable.rb#231
648
+ def output=(*args, **_arg1, &block); end
649
+
650
+ # source://forwardable/1.3.3/forwardable.rb#231
651
+ def pager(*args, **_arg1, &block); end
652
+
653
+ # source://forwardable/1.3.3/forwardable.rb#231
654
+ def pager=(*args, **_arg1, &block); end
655
+
656
+ # source://forwardable/1.3.3/forwardable.rb#231
657
+ def print(*args, **_arg1, &block); end
658
+
659
+ # source://forwardable/1.3.3/forwardable.rb#231
660
+ def print=(*args, **_arg1, &block); end
661
+
662
+ # source://forwardable/1.3.3/forwardable.rb#231
663
+ def prompt(*args, **_arg1, &block); end
664
+
665
+ # source://forwardable/1.3.3/forwardable.rb#231
666
+ def prompt=(*args, **_arg1, &block); end
667
+
668
+ # source://pry/0.14.2/lib/pry/pry_class.rb#23
669
+ def quiet; end
670
+
671
+ # source://pry/0.14.2/lib/pry/pry_class.rb#23
672
+ def quiet=(_arg0); end
673
+
674
+ # source://pry/0.14.2/lib/pry/pry_class.rb#86
675
+ def rc_files_to_load; end
676
+
677
+ # source://pry/0.14.2/lib/pry/pry_class.rb#94
678
+ def real_path_to(file); end
679
+
680
+ # source://pry/0.14.2/lib/pry/pry_class.rb#326
681
+ def reset_defaults; end
682
+
683
+ # source://pry/0.14.2/lib/pry/pry_class.rb#277
684
+ def run_command(command_string, options = T.unsafe(nil)); end
685
+
686
+ # source://pry/0.14.2/lib/pry/pry_class.rb#156
687
+ def start(target = T.unsafe(nil), options = T.unsafe(nil)); end
688
+
689
+ # source://pry/0.14.2/lib/pry/pry_class.rb#354
690
+ def toplevel_binding; end
691
+
692
+ # source://pry/0.14.2/lib/pry/pry_class.rb#372
693
+ def toplevel_binding=(_arg0); end
694
+
695
+ # source://pry/0.14.2/lib/pry/pry_class.rb#225
696
+ def view_clip(obj, options = T.unsafe(nil)); end
697
+
698
+ private
699
+
700
+ # source://pry/0.14.2/lib/pry/pry_class.rb#388
701
+ def mutex_available?; end
702
+ end
703
+ end
704
+
705
+ # source://pry/0.14.2/lib/pry/core_extensions.rb#9
706
+ Pry::BINDING_METHOD_IMPL = T.let(T.unsafe(nil), Array)
707
+
708
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#4
709
+ module Pry::Byebug; end
710
+
711
+ # Wrapper for Byebug.breakpoints that respects our Processor and has better
712
+ # failure behavior. Acts as an Enumerable.
713
+ #
714
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#9
715
+ module Pry::Byebug::Breakpoints
716
+ extend ::Enumerable
717
+ extend ::Pry::Byebug::Breakpoints
718
+
719
+ # Adds a file breakpoint.
720
+ #
721
+ # @raise [ArgumentError]
722
+ #
723
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#63
724
+ def add_file(file, line, expression = T.unsafe(nil)); end
725
+
726
+ # Adds a method breakpoint.
727
+ #
728
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#51
729
+ def add_method(method, expression = T.unsafe(nil)); end
730
+
731
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#44
732
+ def breakpoints; end
733
+
734
+ # Changes the conditional expression for a breakpoint.
735
+ #
736
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#78
737
+ def change(id, expression = T.unsafe(nil)); end
738
+
739
+ # Deletes an existing breakpoint with the given ID.
740
+ #
741
+ # @raise [ArgumentError]
742
+ #
743
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#89
744
+ def delete(id); end
745
+
746
+ # Deletes all breakpoints.
747
+ #
748
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#100
749
+ def delete_all; end
750
+
751
+ # Disables a breakpoint with the given ID.
752
+ #
753
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#115
754
+ def disable(id); end
755
+
756
+ # Disables all breakpoints.
757
+ #
758
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#122
759
+ def disable_all; end
760
+
761
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#136
762
+ def each(&block); end
763
+
764
+ # Enables a disabled breakpoint with the given ID.
765
+ #
766
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#108
767
+ def enable(id); end
768
+
769
+ # @raise [ArgumentError]
770
+ #
771
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#144
772
+ def find_by_id(id); end
773
+
774
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#140
775
+ def last; end
776
+
777
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#132
778
+ def size; end
779
+
780
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#128
781
+ def to_a; end
782
+
783
+ private
784
+
785
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#153
786
+ def change_status(id, enabled = T.unsafe(nil)); end
787
+
788
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#159
789
+ def validate_expression(exp); end
790
+ end
791
+
792
+ # Breakpoint in a file:line location
793
+ #
794
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#16
795
+ class Pry::Byebug::Breakpoints::FileBreakpoint < ::SimpleDelegator
796
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#17
797
+ def source_code; end
798
+
799
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#21
800
+ def to_s; end
801
+ end
802
+
803
+ # Breakpoint in a Class#method location
804
+ #
805
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#29
806
+ class Pry::Byebug::Breakpoints::MethodBreakpoint < ::SimpleDelegator
807
+ # @return [MethodBreakpoint] a new instance of MethodBreakpoint
808
+ #
809
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#30
810
+ def initialize(byebug_bp, method); end
811
+
812
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#35
813
+ def source_code; end
814
+
815
+ # source://pry-byebug//lib/pry/byebug/breakpoints.rb#39
816
+ def to_s; end
817
+ end
818
+
819
+ # source://pry/0.14.2/lib/pry.rb#35
820
+ Pry::Commands = T.let(T.unsafe(nil), Pry::CommandSet)
821
+
822
+ # source://pry/0.14.2/lib/pry/pry_instance.rb#59
823
+ Pry::EMPTY_COMPLETIONS = T.let(T.unsafe(nil), Array)
824
+
825
+ # source://pry/0.14.2/lib/pry/pry_class.rb#11
826
+ Pry::HAS_SAFE_LEVEL = T.let(T.unsafe(nil), FalseClass)
827
+
828
+ # source://pry/0.14.2/lib/pry/pry_class.rb#7
829
+ Pry::LOCAL_RC_FILE = T.let(T.unsafe(nil), String)
830
+
831
+ class Pry::REPL
832
+ extend ::Forwardable
833
+
834
+ # source://pry/0.14.2/lib/pry/repl.rb#22
835
+ def initialize(pry, options = T.unsafe(nil)); end
836
+
837
+ # source://forwardable/1.3.3/forwardable.rb#231
838
+ def input(*args, **_arg1, &block); end
839
+
840
+ # source://forwardable/1.3.3/forwardable.rb#231
841
+ def output(*args, **_arg1, &block); end
842
+
843
+ # source://pry/0.14.2/lib/pry/repl.rb#9
844
+ def pry; end
845
+
846
+ # source://pry/0.14.2/lib/pry/repl.rb#9
847
+ def pry=(_arg0); end
848
+
849
+ # source://pry/0.14.2/lib/pry/repl.rb#36
850
+ def start; end
851
+
852
+ private
853
+
854
+ # source://pry/0.14.2/lib/pry/repl.rb#237
855
+ def calculate_overhang(current_prompt, original_val, indented_val); end
856
+
857
+ # source://pry/0.14.2/lib/pry/repl.rb#205
858
+ def coolline_available?; end
859
+
860
+ # source://pry/0.14.2/lib/pry/repl.rb#84
861
+ def epilogue; end
862
+
863
+ # source://pry/0.14.2/lib/pry/repl.rb#127
864
+ def handle_read_errors; end
865
+
866
+ # source://pry/0.14.2/lib/pry/repl.rb#195
867
+ def input_readline(*args); end
868
+
869
+ # source://pry/0.14.2/lib/pry/repl.rb#217
870
+ def piping?; end
871
+
872
+ # source://pry/0.14.2/lib/pry/repl.rb#47
873
+ def prologue; end
874
+
875
+ # source://pry/0.14.2/lib/pry/repl.rb#93
876
+ def read; end
877
+
878
+ # source://pry/0.14.2/lib/pry/repl.rb#169
879
+ def read_line(current_prompt); end
880
+
881
+ # source://pry/0.14.2/lib/pry/repl.rb#201
882
+ def readline_available?; end
883
+
884
+ # source://pry/0.14.2/lib/pry/repl.rb#66
885
+ def repl; end
886
+
887
+ # source://pry/0.14.2/lib/pry/repl.rb#224
888
+ def set_readline_output; end
889
+
890
+ class << self
891
+ # source://pry-byebug//lib/pry-byebug/pry_ext.rb#8
892
+ def start(options = T.unsafe(nil)); end
893
+
894
+ # source://pry-byebug//lib/pry-byebug/pry_ext.rb#8
895
+ def start_with_pry_byebug(options = T.unsafe(nil)); end
896
+
897
+ # source://pry/0.14.2/lib/pry/repl.rb#14
898
+ def start_without_pry_byebug(options); end
899
+ end
900
+ end
901
+
902
+ # source://pry/0.14.2/lib/pry/version.rb#4
903
+ Pry::VERSION = T.let(T.unsafe(nil), String)
904
+
905
+ # Main container module for Pry-Byebug functionality
906
+ #
907
+ # source://pry-byebug//lib/pry-byebug/helpers/location.rb#3
908
+ module PryByebug
909
+ # Reference to currently running pry-remote server. Used by the processor.
910
+ #
911
+ # source://pry-byebug//lib/pry-byebug/base.rb#10
912
+ def current_remote_server; end
913
+
914
+ # Reference to currently running pry-remote server. Used by the processor.
915
+ #
916
+ # source://pry-byebug//lib/pry-byebug/base.rb#10
917
+ def current_remote_server=(_arg0); end
918
+
919
+ private
920
+
921
+ # Ensures that a command is executed in a local file context.
922
+ #
923
+ # source://pry-byebug//lib/pry-byebug/base.rb#25
924
+ def check_file_context(target, msg = T.unsafe(nil)); end
925
+
926
+ # Checks that a target binding is in a local file context.
927
+ #
928
+ # source://pry-byebug//lib/pry-byebug/base.rb#17
929
+ def file_context?(target); end
930
+
931
+ class << self
932
+ # Ensures that a command is executed in a local file context.
933
+ #
934
+ # @raise [Pry::CommandError]
935
+ #
936
+ # source://pry-byebug//lib/pry-byebug/base.rb#25
937
+ def check_file_context(target, msg = T.unsafe(nil)); end
938
+
939
+ # Checks that a target binding is in a local file context.
940
+ #
941
+ # @return [Boolean]
942
+ #
943
+ # source://pry-byebug//lib/pry-byebug/base.rb#17
944
+ def file_context?(target); end
945
+ end
946
+ end
947
+
948
+ # Display the current stack
949
+ #
950
+ # source://pry-byebug//lib/pry-byebug/commands/backtrace.rb#9
951
+ class PryByebug::BacktraceCommand < ::Pry::ClassCommand
952
+ include ::PryByebug::Helpers::Navigation
953
+
954
+ # source://pry-byebug//lib/pry-byebug/commands/backtrace.rb#23
955
+ def process; end
956
+ end
957
+
958
+ # Add, show and remove breakpoints
959
+ #
960
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#12
961
+ class PryByebug::BreakCommand < ::Pry::ClassCommand
962
+ include ::PryByebug::Helpers::Breakpoints
963
+ include ::PryByebug::Helpers::Location
964
+ include ::PryByebug::Helpers::Multiline
965
+
966
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#50
967
+ def options(opt); end
968
+
969
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#62
970
+ def process; end
971
+
972
+ private
973
+
974
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#111
975
+ def add_breakpoint(place, condition); end
976
+
977
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#93
978
+ def new_breakpoint; end
979
+
980
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#102
981
+ def option_to_method(option); end
982
+
983
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#106
984
+ def print_all; end
985
+
986
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#88
987
+ def process_condition; end
988
+
989
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#78
990
+ def process_delete; end
991
+
992
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#78
993
+ def process_delete_all; end
994
+
995
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#78
996
+ def process_disable; end
997
+
998
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#78
999
+ def process_disable_all; end
1000
+
1001
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#78
1002
+ def process_enable; end
1003
+
1004
+ # source://pry-byebug//lib/pry-byebug/commands/breakpoint.rb#84
1005
+ def process_show; end
1006
+ end
1007
+
1008
+ # Continue program execution until the next breakpoint
1009
+ #
1010
+ # source://pry-byebug//lib/pry-byebug/commands/continue.rb#11
1011
+ class PryByebug::ContinueCommand < ::Pry::ClassCommand
1012
+ include ::PryByebug::Helpers::Navigation
1013
+ include ::PryByebug::Helpers::Breakpoints
1014
+ include ::PryByebug::Helpers::Location
1015
+
1016
+ # source://pry-byebug//lib/pry-byebug/commands/continue.rb#31
1017
+ def process; end
1018
+ end
1019
+
1020
+ # Travel down the frame stack
1021
+ #
1022
+ # source://pry-byebug//lib/pry-byebug/commands/down.rb#9
1023
+ class PryByebug::DownCommand < ::Pry::ClassCommand
1024
+ include ::PryByebug::Helpers::Navigation
1025
+
1026
+ # source://pry-byebug//lib/pry-byebug/commands/down.rb#27
1027
+ def process; end
1028
+ end
1029
+
1030
+ # Exit pry REPL with Byebug.stop
1031
+ #
1032
+ # source://pry-byebug//lib/pry-byebug/commands/exit_all.rb#9
1033
+ class PryByebug::ExitAllCommand < ::Pry::Command::ExitAll
1034
+ # source://pry-byebug//lib/pry-byebug/commands/exit_all.rb#10
1035
+ def process; end
1036
+ end
1037
+
1038
+ # Run until the end of current frame
1039
+ #
1040
+ # source://pry-byebug//lib/pry-byebug/commands/finish.rb#9
1041
+ class PryByebug::FinishCommand < ::Pry::ClassCommand
1042
+ include ::PryByebug::Helpers::Navigation
1043
+
1044
+ # source://pry-byebug//lib/pry-byebug/commands/finish.rb#20
1045
+ def process; end
1046
+ end
1047
+
1048
+ # Move to a specific frame in the callstack
1049
+ #
1050
+ # source://pry-byebug//lib/pry-byebug/commands/frame.rb#9
1051
+ class PryByebug::FrameCommand < ::Pry::ClassCommand
1052
+ include ::PryByebug::Helpers::Navigation
1053
+
1054
+ # source://pry-byebug//lib/pry-byebug/commands/frame.rb#27
1055
+ def process; end
1056
+ end
1057
+
1058
+ # source://pry-byebug//lib/pry-byebug/helpers/location.rb#4
1059
+ module PryByebug::Helpers; end
1060
+
1061
+ # Common helpers for breakpoint related commands
1062
+ #
1063
+ # source://pry-byebug//lib/pry-byebug/helpers/breakpoints.rb#10
1064
+ module PryByebug::Helpers::Breakpoints
1065
+ # Prints a message with bold font.
1066
+ #
1067
+ # source://pry-byebug//lib/pry-byebug/helpers/breakpoints.rb#21
1068
+ def bold_puts(msg); end
1069
+
1070
+ # Byebug's array of breakpoints.
1071
+ #
1072
+ # source://pry-byebug//lib/pry-byebug/helpers/breakpoints.rb#14
1073
+ def breakpoints; end
1074
+
1075
+ # Max width of breakpoints id column
1076
+ #
1077
+ # source://pry-byebug//lib/pry-byebug/helpers/breakpoints.rb#77
1078
+ def max_width; end
1079
+
1080
+ # Prints a header for the breakpoint list.
1081
+ #
1082
+ # source://pry-byebug//lib/pry-byebug/helpers/breakpoints.rb#63
1083
+ def print_breakpoints_header; end
1084
+
1085
+ # Print out full information about a breakpoint.
1086
+ #
1087
+ # Includes surrounding code at that point.
1088
+ #
1089
+ # source://pry-byebug//lib/pry-byebug/helpers/breakpoints.rb#30
1090
+ def print_full_breakpoint(breakpoint); end
1091
+
1092
+ # Print out concise information about a breakpoint.
1093
+ #
1094
+ # source://pry-byebug//lib/pry-byebug/helpers/breakpoints.rb#52
1095
+ def print_short_breakpoint(breakpoint); end
1096
+ end
1097
+
1098
+ # Compatibility helper to handle source location
1099
+ #
1100
+ # source://pry-byebug//lib/pry-byebug/helpers/location.rb#8
1101
+ module PryByebug::Helpers::Location
1102
+ private
1103
+
1104
+ # Current file in the target binding. Used as the default breakpoint
1105
+ # location.
1106
+ #
1107
+ # source://pry-byebug//lib/pry-byebug/helpers/location.rb#15
1108
+ def current_file(source = T.unsafe(nil)); end
1109
+
1110
+ class << self
1111
+ # Current file in the target binding. Used as the default breakpoint
1112
+ # location.
1113
+ #
1114
+ # source://pry-byebug//lib/pry-byebug/helpers/location.rb#15
1115
+ def current_file(source = T.unsafe(nil)); end
1116
+ end
1117
+ end
1118
+
1119
+ # Helpers to help handling multiline inputs
1120
+ #
1121
+ # source://pry-byebug//lib/pry-byebug/helpers/multiline.rb#8
1122
+ module PryByebug::Helpers::Multiline
1123
+ # Returns true if we are in a multiline context and, as a side effect,
1124
+ # updates the partial evaluation string with the current input.
1125
+ #
1126
+ # Returns false otherwise
1127
+ #
1128
+ # source://pry-byebug//lib/pry-byebug/helpers/multiline.rb#15
1129
+ def check_multiline_context; end
1130
+ end
1131
+
1132
+ # Helpers to aid breaking out of the REPL loop
1133
+ #
1134
+ # source://pry-byebug//lib/pry-byebug/helpers/navigation.rb#8
1135
+ module PryByebug::Helpers::Navigation
1136
+ # Breaks out of the REPL loop and signals tracer
1137
+ #
1138
+ # source://pry-byebug//lib/pry-byebug/helpers/navigation.rb#12
1139
+ def breakout_navigation(action, options = T.unsafe(nil)); end
1140
+ end
1141
+
1142
+ # Run a number of lines and then stop again
1143
+ #
1144
+ # source://pry-byebug//lib/pry-byebug/commands/next.rb#10
1145
+ class PryByebug::NextCommand < ::Pry::ClassCommand
1146
+ include ::PryByebug::Helpers::Navigation
1147
+ include ::PryByebug::Helpers::Multiline
1148
+
1149
+ # source://pry-byebug//lib/pry-byebug/commands/next.rb#29
1150
+ def process; end
1151
+ end
1152
+
1153
+ # Run a number of Ruby statements and then stop again
1154
+ #
1155
+ # source://pry-byebug//lib/pry-byebug/commands/step.rb#9
1156
+ class PryByebug::StepCommand < ::Pry::ClassCommand
1157
+ include ::PryByebug::Helpers::Navigation
1158
+
1159
+ # source://pry-byebug//lib/pry-byebug/commands/step.rb#26
1160
+ def process; end
1161
+ end
1162
+
1163
+ # Travel up the frame stack
1164
+ #
1165
+ # source://pry-byebug//lib/pry-byebug/commands/up.rb#9
1166
+ class PryByebug::UpCommand < ::Pry::ClassCommand
1167
+ include ::PryByebug::Helpers::Navigation
1168
+
1169
+ # source://pry-byebug//lib/pry-byebug/commands/up.rb#27
1170
+ def process; end
1171
+ end