cheesy-gallery 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/publish.yaml +20 -0
- data/.github/workflows/tests.yaml +39 -0
- data/CHANGELOG.md +5 -0
- data/cheesy-gallery.gemspec +0 -2
- data/lib/cheesy-gallery/base_image_file.rb +2 -9
- data/lib/cheesy-gallery/gallery_index.rb +2 -5
- data/lib/cheesy-gallery/generator.rb +1 -5
- data/lib/cheesy-gallery/image_file.rb +4 -7
- data/lib/cheesy-gallery/image_thumb.rb +3 -7
- data/lib/cheesy-gallery/version.rb +1 -2
- data/lib/cheesy-gallery.rb +0 -2
- metadata +5 -79
- data/.travis.yml +0 -33
- data/sorbet/config +0 -2
- data/sorbet/rbi/gems/addressable.rbi +0 -147
- data/sorbet/rbi/gems/ast.rbi +0 -49
- data/sorbet/rbi/gems/codecov.rbi +0 -49
- data/sorbet/rbi/gems/coderay.rbi +0 -285
- data/sorbet/rbi/gems/colorator.rbi +0 -60
- data/sorbet/rbi/gems/concurrent-ruby.rbi +0 -225
- data/sorbet/rbi/gems/docile.rbi +0 -36
- data/sorbet/rbi/gems/ffi.rbi +0 -560
- data/sorbet/rbi/gems/forwardable-extended.rbi +0 -24
- data/sorbet/rbi/gems/i18n.rbi +0 -108
- data/sorbet/rbi/gems/jekyll-sass-converter.rbi +0 -61
- data/sorbet/rbi/gems/jekyll.rbi +0 -726
- data/sorbet/rbi/gems/kramdown.rbi +0 -250
- data/sorbet/rbi/gems/liquid.rbi +0 -649
- data/sorbet/rbi/gems/method_source.rbi +0 -64
- data/sorbet/rbi/gems/parallel.rbi +0 -83
- data/sorbet/rbi/gems/parser.rbi +0 -1429
- data/sorbet/rbi/gems/pathutil.rbi +0 -188
- data/sorbet/rbi/gems/pry.rbi +0 -1898
- data/sorbet/rbi/gems/public_suffix.rbi +0 -104
- data/sorbet/rbi/gems/rainbow.rbi +0 -118
- data/sorbet/rbi/gems/rake.rbi +0 -647
- data/sorbet/rbi/gems/regexp_parser.rbi +0 -926
- data/sorbet/rbi/gems/rexml.rbi +0 -599
- data/sorbet/rbi/gems/rmagick.rbi +0 -1249
- data/sorbet/rbi/gems/rspec-core.rbi +0 -1894
- data/sorbet/rbi/gems/rspec-expectations.rbi +0 -1148
- data/sorbet/rbi/gems/rspec-mocks.rbi +0 -1091
- data/sorbet/rbi/gems/rspec-support.rbi +0 -280
- data/sorbet/rbi/gems/rspec.rbi +0 -15
- data/sorbet/rbi/gems/rubocop-ast.rbi +0 -1357
- data/sorbet/rbi/gems/rubocop.rbi +0 -8027
- data/sorbet/rbi/gems/ruby-progressbar.rbi +0 -304
- data/sorbet/rbi/gems/safe_yaml.rbi +0 -124
- data/sorbet/rbi/gems/sassc.rbi +0 -532
- data/sorbet/rbi/gems/simplecov-html.rbi +0 -35
- data/sorbet/rbi/gems/simplecov.rbi +0 -419
- data/sorbet/rbi/gems/unicode-display_width.rbi +0 -22
- data/sorbet/rbi/hidden-definitions/errors.txt +0 -6233
- data/sorbet/rbi/hidden-definitions/hidden.rbi +0 -13059
- data/sorbet/rbi/rmagick.rbi +0 -18
- data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +0 -276
- data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +0 -645
- data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +0 -1891
- data/sorbet/rbi/sorbet-typed/lib/rubocop/>=1.8/rubocop.rbi +0 -7799
- data/sorbet/rbi/todo.rbi +0 -6
data/sorbet/rbi/gems/pry.rbi
DELETED
@@ -1,1898 +0,0 @@
|
|
1
|
-
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
-
# srb rbi gems
|
3
|
-
|
4
|
-
# typed: true
|
5
|
-
#
|
6
|
-
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
-
#
|
8
|
-
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/pry/all/pry.rbi
|
9
|
-
#
|
10
|
-
# pry-0.14.1
|
11
|
-
|
12
|
-
class Pry
|
13
|
-
def add_sticky_local(name, &block); end
|
14
|
-
def backtrace; end
|
15
|
-
def backtrace=(arg0); end
|
16
|
-
def binding_stack; end
|
17
|
-
def binding_stack=(arg0); end
|
18
|
-
def color(*args, &block); end
|
19
|
-
def color=(*args, &block); end
|
20
|
-
def commands(*args, &block); end
|
21
|
-
def commands=(*args, &block); end
|
22
|
-
def complete(str); end
|
23
|
-
def config; end
|
24
|
-
def current_binding; end
|
25
|
-
def current_context; end
|
26
|
-
def custom_completions; end
|
27
|
-
def custom_completions=(arg0); end
|
28
|
-
def editor(*args, &block); end
|
29
|
-
def editor=(*args, &block); end
|
30
|
-
def ensure_correct_encoding!(val); end
|
31
|
-
def eval(line, options = nil); end
|
32
|
-
def eval_string; end
|
33
|
-
def eval_string=(arg0); end
|
34
|
-
def evaluate_ruby(code); end
|
35
|
-
def exception_handler(*args, &block); end
|
36
|
-
def exception_handler=(*args, &block); end
|
37
|
-
def exec_hook(name, *args, &block); end
|
38
|
-
def exit_value; end
|
39
|
-
def extra_sticky_locals(*args, &block); end
|
40
|
-
def extra_sticky_locals=(*args, &block); end
|
41
|
-
def generate_prompt(prompt_proc, conf); end
|
42
|
-
def handle_line(line, options); end
|
43
|
-
def hooks(*args, &block); end
|
44
|
-
def hooks=(*args, &block); end
|
45
|
-
def initialize(options = nil); end
|
46
|
-
def inject_local(name, value, binding); end
|
47
|
-
def inject_sticky_locals!; end
|
48
|
-
def input(*args, &block); end
|
49
|
-
def input=(*args, &block); end
|
50
|
-
def input_ring; end
|
51
|
-
def last_dir; end
|
52
|
-
def last_dir=(arg0); end
|
53
|
-
def last_exception; end
|
54
|
-
def last_exception=(exception); end
|
55
|
-
def last_file; end
|
56
|
-
def last_file=(arg0); end
|
57
|
-
def last_result; end
|
58
|
-
def last_result=(arg0); end
|
59
|
-
def last_result_is_exception?; end
|
60
|
-
def memory_size; end
|
61
|
-
def memory_size=(size); end
|
62
|
-
def output; end
|
63
|
-
def output=(*args, &block); end
|
64
|
-
def output_ring; end
|
65
|
-
def pager; end
|
66
|
-
def pager=(*args, &block); end
|
67
|
-
def pop_prompt; end
|
68
|
-
def print(*args, &block); end
|
69
|
-
def print=(*args, &block); end
|
70
|
-
def process_command(val); end
|
71
|
-
def process_command_safely(val); end
|
72
|
-
def prompt; end
|
73
|
-
def prompt=(new_prompt); end
|
74
|
-
def prompt_stack; end
|
75
|
-
def push_binding(object); end
|
76
|
-
def push_initial_binding(target = nil); end
|
77
|
-
def push_prompt(new_prompt); end
|
78
|
-
def quiet?; end
|
79
|
-
def raise_up!(*args); end
|
80
|
-
def raise_up(*args); end
|
81
|
-
def raise_up_common(force, *args); end
|
82
|
-
def repl(target = nil); end
|
83
|
-
def reset_eval_string; end
|
84
|
-
def run_command(val); end
|
85
|
-
def select_prompt; end
|
86
|
-
def self.Code(obj); end
|
87
|
-
def self.Method(obj); end
|
88
|
-
def self.WrappedModule(obj); end
|
89
|
-
def self.auto_resize!; end
|
90
|
-
def self.binding_for(target); end
|
91
|
-
def self.cli; end
|
92
|
-
def self.cli=(arg0); end
|
93
|
-
def self.color(*args, &block); end
|
94
|
-
def self.color=(*args, &block); end
|
95
|
-
def self.commands(*args, &block); end
|
96
|
-
def self.commands=(*args, &block); end
|
97
|
-
def self.config; end
|
98
|
-
def self.config=(arg0); end
|
99
|
-
def self.configure; end
|
100
|
-
def self.critical_section; end
|
101
|
-
def self.current; end
|
102
|
-
def self.current_line; end
|
103
|
-
def self.current_line=(arg0); end
|
104
|
-
def self.custom_completions; end
|
105
|
-
def self.custom_completions=(arg0); end
|
106
|
-
def self.editor(*args, &block); end
|
107
|
-
def self.editor=(*args, &block); end
|
108
|
-
def self.eval_path; end
|
109
|
-
def self.eval_path=(arg0); end
|
110
|
-
def self.exception_handler(*args, &block); end
|
111
|
-
def self.exception_handler=(*args, &block); end
|
112
|
-
def self.extra_sticky_locals(*args, &block); end
|
113
|
-
def self.extra_sticky_locals=(*args, &block); end
|
114
|
-
def self.final_session_setup; end
|
115
|
-
def self.history(*args, &block); end
|
116
|
-
def self.history=(*args, &block); end
|
117
|
-
def self.hooks(*args, &block); end
|
118
|
-
def self.hooks=(*args, &block); end
|
119
|
-
def self.in_critical_section?; end
|
120
|
-
def self.init; end
|
121
|
-
def self.initial_session?; end
|
122
|
-
def self.initial_session_setup; end
|
123
|
-
def self.input(*args, &block); end
|
124
|
-
def self.input=(*args, &block); end
|
125
|
-
def self.last_internal_error; end
|
126
|
-
def self.last_internal_error=(arg0); end
|
127
|
-
def self.line_buffer; end
|
128
|
-
def self.line_buffer=(arg0); end
|
129
|
-
def self.load_file_at_toplevel(file); end
|
130
|
-
def self.load_file_through_repl(file_name); end
|
131
|
-
def self.load_history; end
|
132
|
-
def self.load_rc_files; end
|
133
|
-
def self.load_requires; end
|
134
|
-
def self.load_traps; end
|
135
|
-
def self.load_win32console; end
|
136
|
-
def self.main; end
|
137
|
-
def self.memory_size(*args, &block); end
|
138
|
-
def self.memory_size=(*args, &block); end
|
139
|
-
def self.output(*args, &block); end
|
140
|
-
def self.output=(*args, &block); end
|
141
|
-
def self.pager(*args, &block); end
|
142
|
-
def self.pager=(*args, &block); end
|
143
|
-
def self.print(*args, &block); end
|
144
|
-
def self.print=(*args, &block); end
|
145
|
-
def self.prompt(*args, &block); end
|
146
|
-
def self.prompt=(*args, &block); end
|
147
|
-
def self.quiet; end
|
148
|
-
def self.quiet=(arg0); end
|
149
|
-
def self.rc_files_to_load; end
|
150
|
-
def self.real_path_to(file); end
|
151
|
-
def self.reset_defaults; end
|
152
|
-
def self.run_command(command_string, options = nil); end
|
153
|
-
def self.start(target = nil, options = nil); end
|
154
|
-
def self.toplevel_binding; end
|
155
|
-
def self.toplevel_binding=(arg0); end
|
156
|
-
def self.view_clip(obj, options = nil); end
|
157
|
-
def set_last_result(result, code = nil); end
|
158
|
-
def should_print?; end
|
159
|
-
def show_result(result); end
|
160
|
-
def sticky_locals; end
|
161
|
-
def suppress_output; end
|
162
|
-
def suppress_output=(arg0); end
|
163
|
-
def update_input_history(code); end
|
164
|
-
extend Pry::Forwardable
|
165
|
-
end
|
166
|
-
class Pry::LastException < BasicObject
|
167
|
-
def bt_index; end
|
168
|
-
def bt_index=(arg0); end
|
169
|
-
def bt_source_location_for(index); end
|
170
|
-
def file; end
|
171
|
-
def inc_bt_index; end
|
172
|
-
def initialize(exception); end
|
173
|
-
def line; end
|
174
|
-
def method_missing(name, *args, &block); end
|
175
|
-
def respond_to_missing?(name, include_all = nil); end
|
176
|
-
def wrapped_exception; end
|
177
|
-
end
|
178
|
-
module Pry::Forwardable
|
179
|
-
def def_private_delegators(target, *private_delegates); end
|
180
|
-
include Forwardable
|
181
|
-
end
|
182
|
-
module Pry::Helpers
|
183
|
-
def self.tablify(things, line_length, pry_instance = nil); end
|
184
|
-
def self.tablify_or_one_line(heading, things, pry_instance = nil); end
|
185
|
-
def self.tablify_to_screen_width(things, options, pry_instance = nil); end
|
186
|
-
end
|
187
|
-
module Pry::Helpers::BaseHelpers
|
188
|
-
def colorize_code(code); end
|
189
|
-
def find_command(name, set = nil); end
|
190
|
-
def heading(text); end
|
191
|
-
def highlight(string, regexp, highlight_color = nil); end
|
192
|
-
def not_a_real_file?(file); end
|
193
|
-
def safe_send(obj, method, *args, &block); end
|
194
|
-
def silence_warnings; end
|
195
|
-
def stagger_output(text, _out = nil); end
|
196
|
-
def use_ansi_codes?; end
|
197
|
-
extend Pry::Helpers::BaseHelpers
|
198
|
-
end
|
199
|
-
module Pry::Helpers::DocumentationHelpers
|
200
|
-
def get_comment_content(comment); end
|
201
|
-
def process_comment_markup(comment); end
|
202
|
-
def process_rdoc(comment); end
|
203
|
-
def process_yardoc(comment); end
|
204
|
-
def process_yardoc_tag(comment, tag); end
|
205
|
-
def self.get_comment_content(comment); end
|
206
|
-
def self.process_comment_markup(comment); end
|
207
|
-
def self.process_rdoc(comment); end
|
208
|
-
def self.process_yardoc(comment); end
|
209
|
-
def self.process_yardoc_tag(comment, tag); end
|
210
|
-
def self.strip_comments_from_c_code(code); end
|
211
|
-
def self.strip_leading_whitespace(text); end
|
212
|
-
def strip_comments_from_c_code(code); end
|
213
|
-
def strip_leading_whitespace(text); end
|
214
|
-
end
|
215
|
-
module Pry::Helpers::OptionsHelpers
|
216
|
-
def method_object; end
|
217
|
-
def method_options(opt); end
|
218
|
-
def self.method_object; end
|
219
|
-
def self.method_options(opt); end
|
220
|
-
end
|
221
|
-
module Pry::Helpers::CommandHelpers
|
222
|
-
def absolute_index_number(line_number, array_length); end
|
223
|
-
def absolute_index_range(range_or_number, array_length); end
|
224
|
-
def get_method_or_raise(method_name, context, opts = nil); end
|
225
|
-
def internal_binding?(context); end
|
226
|
-
def one_index_number(line_number); end
|
227
|
-
def one_index_range(range); end
|
228
|
-
def one_index_range_or_number(range_or_number); end
|
229
|
-
def restrict_to_lines(content, lines); end
|
230
|
-
def set_file_and_dir_locals(file_name, pry = nil, ctx = nil); end
|
231
|
-
def temp_file(ext = nil); end
|
232
|
-
def unindent(dirty_text, left_padding = nil); end
|
233
|
-
extend Pry::Helpers::CommandHelpers
|
234
|
-
include Pry::Helpers::OptionsHelpers
|
235
|
-
end
|
236
|
-
module Pry::Helpers::Text
|
237
|
-
def black(text); end
|
238
|
-
def black_on_black(text); end
|
239
|
-
def black_on_blue(text); end
|
240
|
-
def black_on_cyan(text); end
|
241
|
-
def black_on_green(text); end
|
242
|
-
def black_on_magenta(text); end
|
243
|
-
def black_on_purple(text); end
|
244
|
-
def black_on_red(text); end
|
245
|
-
def black_on_white(text); end
|
246
|
-
def black_on_yellow(text); end
|
247
|
-
def blue(text); end
|
248
|
-
def blue_on_black(text); end
|
249
|
-
def blue_on_blue(text); end
|
250
|
-
def blue_on_cyan(text); end
|
251
|
-
def blue_on_green(text); end
|
252
|
-
def blue_on_magenta(text); end
|
253
|
-
def blue_on_purple(text); end
|
254
|
-
def blue_on_red(text); end
|
255
|
-
def blue_on_white(text); end
|
256
|
-
def blue_on_yellow(text); end
|
257
|
-
def bold(text); end
|
258
|
-
def bright_black(text); end
|
259
|
-
def bright_black_on_black(text); end
|
260
|
-
def bright_black_on_blue(text); end
|
261
|
-
def bright_black_on_cyan(text); end
|
262
|
-
def bright_black_on_green(text); end
|
263
|
-
def bright_black_on_magenta(text); end
|
264
|
-
def bright_black_on_purple(text); end
|
265
|
-
def bright_black_on_red(text); end
|
266
|
-
def bright_black_on_white(text); end
|
267
|
-
def bright_black_on_yellow(text); end
|
268
|
-
def bright_blue(text); end
|
269
|
-
def bright_blue_on_black(text); end
|
270
|
-
def bright_blue_on_blue(text); end
|
271
|
-
def bright_blue_on_cyan(text); end
|
272
|
-
def bright_blue_on_green(text); end
|
273
|
-
def bright_blue_on_magenta(text); end
|
274
|
-
def bright_blue_on_purple(text); end
|
275
|
-
def bright_blue_on_red(text); end
|
276
|
-
def bright_blue_on_white(text); end
|
277
|
-
def bright_blue_on_yellow(text); end
|
278
|
-
def bright_cyan(text); end
|
279
|
-
def bright_cyan_on_black(text); end
|
280
|
-
def bright_cyan_on_blue(text); end
|
281
|
-
def bright_cyan_on_cyan(text); end
|
282
|
-
def bright_cyan_on_green(text); end
|
283
|
-
def bright_cyan_on_magenta(text); end
|
284
|
-
def bright_cyan_on_purple(text); end
|
285
|
-
def bright_cyan_on_red(text); end
|
286
|
-
def bright_cyan_on_white(text); end
|
287
|
-
def bright_cyan_on_yellow(text); end
|
288
|
-
def bright_green(text); end
|
289
|
-
def bright_green_on_black(text); end
|
290
|
-
def bright_green_on_blue(text); end
|
291
|
-
def bright_green_on_cyan(text); end
|
292
|
-
def bright_green_on_green(text); end
|
293
|
-
def bright_green_on_magenta(text); end
|
294
|
-
def bright_green_on_purple(text); end
|
295
|
-
def bright_green_on_red(text); end
|
296
|
-
def bright_green_on_white(text); end
|
297
|
-
def bright_green_on_yellow(text); end
|
298
|
-
def bright_magenta(text); end
|
299
|
-
def bright_magenta_on_black(text); end
|
300
|
-
def bright_magenta_on_blue(text); end
|
301
|
-
def bright_magenta_on_cyan(text); end
|
302
|
-
def bright_magenta_on_green(text); end
|
303
|
-
def bright_magenta_on_magenta(text); end
|
304
|
-
def bright_magenta_on_purple(text); end
|
305
|
-
def bright_magenta_on_red(text); end
|
306
|
-
def bright_magenta_on_white(text); end
|
307
|
-
def bright_magenta_on_yellow(text); end
|
308
|
-
def bright_purple(text); end
|
309
|
-
def bright_purple_on_black(text); end
|
310
|
-
def bright_purple_on_blue(text); end
|
311
|
-
def bright_purple_on_cyan(text); end
|
312
|
-
def bright_purple_on_green(text); end
|
313
|
-
def bright_purple_on_magenta(text); end
|
314
|
-
def bright_purple_on_purple(text); end
|
315
|
-
def bright_purple_on_red(text); end
|
316
|
-
def bright_purple_on_white(text); end
|
317
|
-
def bright_purple_on_yellow(text); end
|
318
|
-
def bright_red(text); end
|
319
|
-
def bright_red_on_black(text); end
|
320
|
-
def bright_red_on_blue(text); end
|
321
|
-
def bright_red_on_cyan(text); end
|
322
|
-
def bright_red_on_green(text); end
|
323
|
-
def bright_red_on_magenta(text); end
|
324
|
-
def bright_red_on_purple(text); end
|
325
|
-
def bright_red_on_red(text); end
|
326
|
-
def bright_red_on_white(text); end
|
327
|
-
def bright_red_on_yellow(text); end
|
328
|
-
def bright_white(text); end
|
329
|
-
def bright_white_on_black(text); end
|
330
|
-
def bright_white_on_blue(text); end
|
331
|
-
def bright_white_on_cyan(text); end
|
332
|
-
def bright_white_on_green(text); end
|
333
|
-
def bright_white_on_magenta(text); end
|
334
|
-
def bright_white_on_purple(text); end
|
335
|
-
def bright_white_on_red(text); end
|
336
|
-
def bright_white_on_white(text); end
|
337
|
-
def bright_white_on_yellow(text); end
|
338
|
-
def bright_yellow(text); end
|
339
|
-
def bright_yellow_on_black(text); end
|
340
|
-
def bright_yellow_on_blue(text); end
|
341
|
-
def bright_yellow_on_cyan(text); end
|
342
|
-
def bright_yellow_on_green(text); end
|
343
|
-
def bright_yellow_on_magenta(text); end
|
344
|
-
def bright_yellow_on_purple(text); end
|
345
|
-
def bright_yellow_on_red(text); end
|
346
|
-
def bright_yellow_on_white(text); end
|
347
|
-
def bright_yellow_on_yellow(text); end
|
348
|
-
def cyan(text); end
|
349
|
-
def cyan_on_black(text); end
|
350
|
-
def cyan_on_blue(text); end
|
351
|
-
def cyan_on_cyan(text); end
|
352
|
-
def cyan_on_green(text); end
|
353
|
-
def cyan_on_magenta(text); end
|
354
|
-
def cyan_on_purple(text); end
|
355
|
-
def cyan_on_red(text); end
|
356
|
-
def cyan_on_white(text); end
|
357
|
-
def cyan_on_yellow(text); end
|
358
|
-
def default(text); end
|
359
|
-
def green(text); end
|
360
|
-
def green_on_black(text); end
|
361
|
-
def green_on_blue(text); end
|
362
|
-
def green_on_cyan(text); end
|
363
|
-
def green_on_green(text); end
|
364
|
-
def green_on_magenta(text); end
|
365
|
-
def green_on_purple(text); end
|
366
|
-
def green_on_red(text); end
|
367
|
-
def green_on_white(text); end
|
368
|
-
def green_on_yellow(text); end
|
369
|
-
def indent(text, chars); end
|
370
|
-
def magenta(text); end
|
371
|
-
def magenta_on_black(text); end
|
372
|
-
def magenta_on_blue(text); end
|
373
|
-
def magenta_on_cyan(text); end
|
374
|
-
def magenta_on_green(text); end
|
375
|
-
def magenta_on_magenta(text); end
|
376
|
-
def magenta_on_purple(text); end
|
377
|
-
def magenta_on_red(text); end
|
378
|
-
def magenta_on_white(text); end
|
379
|
-
def magenta_on_yellow(text); end
|
380
|
-
def no_color; end
|
381
|
-
def no_pager; end
|
382
|
-
def purple(text); end
|
383
|
-
def purple_on_black(text); end
|
384
|
-
def purple_on_blue(text); end
|
385
|
-
def purple_on_cyan(text); end
|
386
|
-
def purple_on_green(text); end
|
387
|
-
def purple_on_magenta(text); end
|
388
|
-
def purple_on_purple(text); end
|
389
|
-
def purple_on_red(text); end
|
390
|
-
def purple_on_white(text); end
|
391
|
-
def purple_on_yellow(text); end
|
392
|
-
def red(text); end
|
393
|
-
def red_on_black(text); end
|
394
|
-
def red_on_blue(text); end
|
395
|
-
def red_on_cyan(text); end
|
396
|
-
def red_on_green(text); end
|
397
|
-
def red_on_magenta(text); end
|
398
|
-
def red_on_purple(text); end
|
399
|
-
def red_on_red(text); end
|
400
|
-
def red_on_white(text); end
|
401
|
-
def red_on_yellow(text); end
|
402
|
-
def strip_color(text); end
|
403
|
-
def white(text); end
|
404
|
-
def white_on_black(text); end
|
405
|
-
def white_on_blue(text); end
|
406
|
-
def white_on_cyan(text); end
|
407
|
-
def white_on_green(text); end
|
408
|
-
def white_on_magenta(text); end
|
409
|
-
def white_on_purple(text); end
|
410
|
-
def white_on_red(text); end
|
411
|
-
def white_on_white(text); end
|
412
|
-
def white_on_yellow(text); end
|
413
|
-
def with_line_numbers(text, offset, color = nil); end
|
414
|
-
def yellow(text); end
|
415
|
-
def yellow_on_black(text); end
|
416
|
-
def yellow_on_blue(text); end
|
417
|
-
def yellow_on_cyan(text); end
|
418
|
-
def yellow_on_green(text); end
|
419
|
-
def yellow_on_magenta(text); end
|
420
|
-
def yellow_on_purple(text); end
|
421
|
-
def yellow_on_red(text); end
|
422
|
-
def yellow_on_white(text); end
|
423
|
-
def yellow_on_yellow(text); end
|
424
|
-
extend Pry::Helpers::Text
|
425
|
-
end
|
426
|
-
class Pry::Helpers::Table
|
427
|
-
def ==(other); end
|
428
|
-
def _max_width(things); end
|
429
|
-
def _rebuild_colorless_cache; end
|
430
|
-
def _recall_color_for(thing); end
|
431
|
-
def _recolumn; end
|
432
|
-
def column_count; end
|
433
|
-
def column_count=(count); end
|
434
|
-
def columns; end
|
435
|
-
def fits_on_line?(line_length); end
|
436
|
-
def initialize(items, args, pry_instance = nil); end
|
437
|
-
def items; end
|
438
|
-
def items=(items); end
|
439
|
-
def rows_to_s(style = nil); end
|
440
|
-
def to_a; end
|
441
|
-
def to_s; end
|
442
|
-
end
|
443
|
-
module Pry::Helpers::Platform
|
444
|
-
def self.jruby?; end
|
445
|
-
def self.jruby_19?; end
|
446
|
-
def self.linux?; end
|
447
|
-
def self.mac_osx?; end
|
448
|
-
def self.mri?; end
|
449
|
-
def self.mri_19?; end
|
450
|
-
def self.mri_2?; end
|
451
|
-
def self.windows?; end
|
452
|
-
def self.windows_ansi?; end
|
453
|
-
end
|
454
|
-
class Pry::BasicObject < BasicObject
|
455
|
-
include Kernel
|
456
|
-
end
|
457
|
-
class Pry::Prompt
|
458
|
-
def [](key); end
|
459
|
-
def description; end
|
460
|
-
def incomplete_proc; end
|
461
|
-
def initialize(name, description, prompt_procs); end
|
462
|
-
def name; end
|
463
|
-
def prompt_procs; end
|
464
|
-
def self.[](name); end
|
465
|
-
def self.add(name, description = nil, separators = nil); end
|
466
|
-
def self.all; end
|
467
|
-
def wait_proc; end
|
468
|
-
end
|
469
|
-
class Pry::CodeObject
|
470
|
-
def command_lookup; end
|
471
|
-
def default_lookup; end
|
472
|
-
def empty_lookup; end
|
473
|
-
def initialize(str, pry_instance, options = nil); end
|
474
|
-
def looks_like_an_instance_method?(str); end
|
475
|
-
def lookup_super(obj, super_level); end
|
476
|
-
def method_or_class_lookup; end
|
477
|
-
def pry_instance; end
|
478
|
-
def pry_instance=(arg0); end
|
479
|
-
def safe_to_evaluate?(str); end
|
480
|
-
def self.lookup(str, pry_instance, options = nil); end
|
481
|
-
def sourcable_object?(obj); end
|
482
|
-
def str; end
|
483
|
-
def str=(arg0); end
|
484
|
-
def super_level; end
|
485
|
-
def super_level=(arg0); end
|
486
|
-
def target; end
|
487
|
-
def target=(arg0); end
|
488
|
-
def target_self; end
|
489
|
-
include Pry::Helpers::CommandHelpers
|
490
|
-
end
|
491
|
-
module Pry::CodeObject::Helpers
|
492
|
-
def c_method?; end
|
493
|
-
def c_module?; end
|
494
|
-
def command?; end
|
495
|
-
def module_with_yard_docs?; end
|
496
|
-
def real_method_object?; end
|
497
|
-
end
|
498
|
-
module Pry::RescuableException
|
499
|
-
def self.===(exception); end
|
500
|
-
end
|
501
|
-
module Pry::TooSafeException
|
502
|
-
def self.===(exception); end
|
503
|
-
end
|
504
|
-
module Pry::UserError
|
505
|
-
end
|
506
|
-
module Pry::FrozenObjectException
|
507
|
-
def self.===(exception); end
|
508
|
-
end
|
509
|
-
class Pry::CommandError < StandardError
|
510
|
-
end
|
511
|
-
class Pry::MethodNotFound < Pry::CommandError
|
512
|
-
end
|
513
|
-
class Pry::ObsoleteError < StandardError
|
514
|
-
end
|
515
|
-
class Pry::Hooks
|
516
|
-
def add_hook(event_name, hook_name, callable = nil, &block); end
|
517
|
-
def clear_event_hooks(event_name); end
|
518
|
-
def delete_hook(event_name, hook_name); end
|
519
|
-
def errors; end
|
520
|
-
def exec_hook(event_name, *args, &block); end
|
521
|
-
def get_hook(event_name, hook_name); end
|
522
|
-
def get_hooks(event_name); end
|
523
|
-
def hook_count(event_name); end
|
524
|
-
def hook_exists?(event_name, hook_name); end
|
525
|
-
def hooks; end
|
526
|
-
def initialize; end
|
527
|
-
def initialize_copy(_orig); end
|
528
|
-
def merge!(other); end
|
529
|
-
def merge(other); end
|
530
|
-
def self.default; end
|
531
|
-
end
|
532
|
-
class Pry::InputCompleter
|
533
|
-
def build_path(input); end
|
534
|
-
def call(str, options = nil); end
|
535
|
-
def ignored_modules; end
|
536
|
-
def initialize(input, pry = nil); end
|
537
|
-
def select_message(path, receiver, message, candidates); end
|
538
|
-
end
|
539
|
-
class Pry::Command
|
540
|
-
def _pry_; end
|
541
|
-
def _pry_=(arg0); end
|
542
|
-
def after_hooks; end
|
543
|
-
def arg_string; end
|
544
|
-
def arg_string=(arg0); end
|
545
|
-
def before_hooks; end
|
546
|
-
def block; end
|
547
|
-
def call_safely(*args); end
|
548
|
-
def call_with_hooks(*args); end
|
549
|
-
def captures; end
|
550
|
-
def captures=(arg0); end
|
551
|
-
def check_for_command_collision(command_match, arg_string); end
|
552
|
-
def command_block; end
|
553
|
-
def command_block=(arg0); end
|
554
|
-
def command_name; end
|
555
|
-
def command_options; end
|
556
|
-
def command_set; end
|
557
|
-
def command_set=(arg0); end
|
558
|
-
def commands; end
|
559
|
-
def complete(_search); end
|
560
|
-
def context; end
|
561
|
-
def context=(arg0); end
|
562
|
-
def description; end
|
563
|
-
def eval_string; end
|
564
|
-
def eval_string=(arg0); end
|
565
|
-
def find_hooks(event); end
|
566
|
-
def hooks; end
|
567
|
-
def hooks=(arg0); end
|
568
|
-
def initialize(context = nil); end
|
569
|
-
def interpolate_string(str); end
|
570
|
-
def match; end
|
571
|
-
def name; end
|
572
|
-
def normalize_method_args(method, args); end
|
573
|
-
def output; end
|
574
|
-
def output=(arg0); end
|
575
|
-
def pass_block(arg_string); end
|
576
|
-
def process_line(line); end
|
577
|
-
def pry_instance; end
|
578
|
-
def pry_instance=(arg0); end
|
579
|
-
def run(command_string, *args); end
|
580
|
-
def self.banner(arg = nil); end
|
581
|
-
def self.block; end
|
582
|
-
def self.block=(arg0); end
|
583
|
-
def self.command_name; end
|
584
|
-
def self.command_options(arg = nil); end
|
585
|
-
def self.command_options=(arg0); end
|
586
|
-
def self.command_regex; end
|
587
|
-
def self.convert_to_regex(obj); end
|
588
|
-
def self.default_options(match); end
|
589
|
-
def self.description(arg = nil); end
|
590
|
-
def self.description=(arg0); end
|
591
|
-
def self.doc; end
|
592
|
-
def self.file; end
|
593
|
-
def self.group(name = nil); end
|
594
|
-
def self.inspect; end
|
595
|
-
def self.line; end
|
596
|
-
def self.match(arg = nil); end
|
597
|
-
def self.match=(arg0); end
|
598
|
-
def self.match_score(val); end
|
599
|
-
def self.matches?(val); end
|
600
|
-
def self.name; end
|
601
|
-
def self.options(arg = nil); end
|
602
|
-
def self.options=(arg0); end
|
603
|
-
def self.source; end
|
604
|
-
def self.source_file; end
|
605
|
-
def self.source_line; end
|
606
|
-
def self.state; end
|
607
|
-
def self.subclass(match, description, options, helpers, &block); end
|
608
|
-
def source; end
|
609
|
-
def state; end
|
610
|
-
def target; end
|
611
|
-
def target=(arg0); end
|
612
|
-
def target_self; end
|
613
|
-
def tokenize(val); end
|
614
|
-
def use_unpatched_symbol; end
|
615
|
-
def void; end
|
616
|
-
extend Pry::CodeObject::Helpers
|
617
|
-
extend Pry::Helpers::DocumentationHelpers
|
618
|
-
include Pry::Helpers::BaseHelpers
|
619
|
-
include Pry::Helpers::CommandHelpers
|
620
|
-
include Pry::Helpers::Text
|
621
|
-
end
|
622
|
-
class Pry::ClassCommand < Pry::Command
|
623
|
-
def args; end
|
624
|
-
def args=(arg0); end
|
625
|
-
def call(*args); end
|
626
|
-
def complete(search); end
|
627
|
-
def help; end
|
628
|
-
def options(opt); end
|
629
|
-
def opts; end
|
630
|
-
def opts=(arg0); end
|
631
|
-
def process; end
|
632
|
-
def self.doc; end
|
633
|
-
def self.file; end
|
634
|
-
def self.inherited(klass); end
|
635
|
-
def self.line; end
|
636
|
-
def self.source; end
|
637
|
-
def self.source_file; end
|
638
|
-
def self.source_line; end
|
639
|
-
def self.source_location; end
|
640
|
-
def self.source_object; end
|
641
|
-
def setup; end
|
642
|
-
def slop; end
|
643
|
-
def subcommands(cmd); end
|
644
|
-
end
|
645
|
-
class Pry::BlockCommand < Pry::Command
|
646
|
-
def call(*args); end
|
647
|
-
def help; end
|
648
|
-
end
|
649
|
-
class Pry::NoCommandError < StandardError
|
650
|
-
def initialize(match, owner); end
|
651
|
-
end
|
652
|
-
class Pry::CommandSet
|
653
|
-
def [](pattern); end
|
654
|
-
def []=(pattern, command); end
|
655
|
-
def add_command(command); end
|
656
|
-
def alias_command(match, action, options = nil); end
|
657
|
-
def block_command(match, description = nil, options = nil, &block); end
|
658
|
-
def command(match, description = nil, options = nil, &block); end
|
659
|
-
def complete(search, context = nil); end
|
660
|
-
def create_command(match, description = nil, options = nil, &block); end
|
661
|
-
def delete(*searches); end
|
662
|
-
def desc(search, description = nil); end
|
663
|
-
def each(&block); end
|
664
|
-
def find_command(pattern); end
|
665
|
-
def find_command_by_match_or_listing(match_or_listing); end
|
666
|
-
def find_command_for_help(search); end
|
667
|
-
def helper_module; end
|
668
|
-
def helpers(&block); end
|
669
|
-
def import(*sets); end
|
670
|
-
def import_from(set, *matches); end
|
671
|
-
def initialize(*imported_sets, &block); end
|
672
|
-
def keys; end
|
673
|
-
def list_commands; end
|
674
|
-
def process_line(val, context = nil); end
|
675
|
-
def rename_command(new_match, search, options = nil); end
|
676
|
-
def to_h; end
|
677
|
-
def to_hash; end
|
678
|
-
def valid_command?(val); end
|
679
|
-
include Enumerable
|
680
|
-
include Pry::Helpers::BaseHelpers
|
681
|
-
end
|
682
|
-
class Pry::Result
|
683
|
-
def command?; end
|
684
|
-
def initialize(is_command, retval = nil); end
|
685
|
-
def retval; end
|
686
|
-
def void_command?; end
|
687
|
-
end
|
688
|
-
class Pry::SyntaxHighlighter
|
689
|
-
def self.highlight(code, language = nil); end
|
690
|
-
def self.keyword_token_color; end
|
691
|
-
def self.overwrite_coderay_comment_token!; end
|
692
|
-
def self.tokenize(code, language = nil); end
|
693
|
-
end
|
694
|
-
class Pry::Editor
|
695
|
-
def blocking_flag_for_editor(blocking); end
|
696
|
-
def build_editor_invocation_string(file, line, blocking); end
|
697
|
-
def edit_tempfile_with_content(initial_content, line = nil); end
|
698
|
-
def editor_name; end
|
699
|
-
def initialize(pry_instance); end
|
700
|
-
def invoke_editor(file, line, blocking = nil); end
|
701
|
-
def open_editor(editor_invocation); end
|
702
|
-
def open_editor_on_jruby(editor_invocation); end
|
703
|
-
def pry_instance; end
|
704
|
-
def self.default; end
|
705
|
-
def start_line_syntax_for_editor(file_name, line_number); end
|
706
|
-
include Pry::Helpers::CommandHelpers
|
707
|
-
end
|
708
|
-
class Pry::History
|
709
|
-
def <<(line); end
|
710
|
-
def clear; end
|
711
|
-
def filter(history); end
|
712
|
-
def history_file; end
|
713
|
-
def history_file_path; end
|
714
|
-
def history_line_count; end
|
715
|
-
def initialize(options = nil); end
|
716
|
-
def invalid_readline_line?(line); end
|
717
|
-
def load; end
|
718
|
-
def loader; end
|
719
|
-
def loader=(arg0); end
|
720
|
-
def original_lines; end
|
721
|
-
def push(line); end
|
722
|
-
def read_from_file; end
|
723
|
-
def save_to_file(line); end
|
724
|
-
def saver; end
|
725
|
-
def saver=(arg0); end
|
726
|
-
def self.default_file; end
|
727
|
-
def session_line_count; end
|
728
|
-
def should_ignore?(line); end
|
729
|
-
def to_a; end
|
730
|
-
end
|
731
|
-
class Pry::ColorPrinter < PP
|
732
|
-
def highlight_object_literal(object_literal); end
|
733
|
-
def inspect_object(object); end
|
734
|
-
def pp(object); end
|
735
|
-
def self.default(_output, value, pry_instance); end
|
736
|
-
def self.pp(obj, output = nil, max_width = nil); end
|
737
|
-
def text(str, max_width = nil); end
|
738
|
-
end
|
739
|
-
module Pry::ExceptionHandler
|
740
|
-
def self.cause_text(cause); end
|
741
|
-
def self.exception_text(exception); end
|
742
|
-
def self.handle_exception(output, exception, _pry_instance); end
|
743
|
-
def self.standard_error_text_for(exception); end
|
744
|
-
end
|
745
|
-
module Pry::SystemCommandHandler
|
746
|
-
def self.default(output, command, _pry_instance); end
|
747
|
-
end
|
748
|
-
module Pry::ControlDHandler
|
749
|
-
def self.default(pry_instance); end
|
750
|
-
end
|
751
|
-
class Pry::CommandState
|
752
|
-
def initialize; end
|
753
|
-
def reset(command_name); end
|
754
|
-
def self.default; end
|
755
|
-
def state_for(command_name); end
|
756
|
-
end
|
757
|
-
module Pry::Warning
|
758
|
-
def self.warn(message); end
|
759
|
-
end
|
760
|
-
module Pry::Env
|
761
|
-
def self.[](key); end
|
762
|
-
end
|
763
|
-
class Pry::Command::Ls < Pry::ClassCommand
|
764
|
-
def error_list; end
|
765
|
-
def no_user_opts?; end
|
766
|
-
def options(opt); end
|
767
|
-
def process; end
|
768
|
-
def raise_errors_if_arguments_are_weird; end
|
769
|
-
end
|
770
|
-
module Pry::Command::Ls::JRubyHacks
|
771
|
-
def rubbishness(name); end
|
772
|
-
def trim_jruby_aliases(methods); end
|
773
|
-
end
|
774
|
-
module Pry::Command::Ls::MethodsHelper
|
775
|
-
def all_methods(instance_methods = nil); end
|
776
|
-
def format(methods); end
|
777
|
-
def resolution_order; end
|
778
|
-
include Pry::Command::Ls::JRubyHacks
|
779
|
-
end
|
780
|
-
module Pry::Command::Ls::Interrogatable
|
781
|
-
def interrogatee_mod; end
|
782
|
-
def interrogating_a_module?; end
|
783
|
-
end
|
784
|
-
class Pry::Command::Ls::Grep
|
785
|
-
def initialize(grep_regexp); end
|
786
|
-
def regexp; end
|
787
|
-
end
|
788
|
-
class Pry::Command::Ls::Formatter
|
789
|
-
def color(type, str); end
|
790
|
-
def correct_opts?; end
|
791
|
-
def format_value(value); end
|
792
|
-
def grep; end
|
793
|
-
def grep=(arg0); end
|
794
|
-
def initialize(pry_instance); end
|
795
|
-
def output_section(heading, body); end
|
796
|
-
def output_self; end
|
797
|
-
def pry_instance; end
|
798
|
-
def write_out; end
|
799
|
-
end
|
800
|
-
class Pry::Command::Ls::Globals < Pry::Command::Ls::Formatter
|
801
|
-
def format(globals); end
|
802
|
-
def initialize(opts, pry_instance); end
|
803
|
-
def output_self; end
|
804
|
-
end
|
805
|
-
class Pry::Command::Ls::Constants < Pry::Command::Ls::Formatter
|
806
|
-
def correct_opts?; end
|
807
|
-
def format(mod, constants); end
|
808
|
-
def initialize(interrogatee, no_user_opts, opts, pry_instance); end
|
809
|
-
def output_self; end
|
810
|
-
def show_deprecated_constants?; end
|
811
|
-
include Pry::Command::Ls::Interrogatable
|
812
|
-
end
|
813
|
-
class Pry::Command::Ls::Methods < Pry::Command::Ls::Formatter
|
814
|
-
def below_ceiling; end
|
815
|
-
def correct_opts?; end
|
816
|
-
def initialize(interrogatee, no_user_opts, opts, pry_instance); end
|
817
|
-
def output_self; end
|
818
|
-
include Pry::Command::Ls::Interrogatable
|
819
|
-
include Pry::Command::Ls::MethodsHelper
|
820
|
-
end
|
821
|
-
class Pry::Command::Ls::SelfMethods < Pry::Command::Ls::Formatter
|
822
|
-
def correct_opts?; end
|
823
|
-
def initialize(interrogatee, no_user_opts, opts, pry_instance); end
|
824
|
-
def output_self; end
|
825
|
-
include Pry::Command::Ls::Interrogatable
|
826
|
-
include Pry::Command::Ls::MethodsHelper
|
827
|
-
end
|
828
|
-
class Pry::Command::Ls::InstanceVars < Pry::Command::Ls::Formatter
|
829
|
-
def correct_opts?; end
|
830
|
-
def format(type, vars); end
|
831
|
-
def initialize(interrogatee, no_user_opts, opts, pry_instance); end
|
832
|
-
def output_self; end
|
833
|
-
include Pry::Command::Ls::Interrogatable
|
834
|
-
end
|
835
|
-
class Pry::Command::Ls::LocalNames < Pry::Command::Ls::Formatter
|
836
|
-
def correct_opts?; end
|
837
|
-
def format(locals); end
|
838
|
-
def initialize(no_user_opts, args, pry_instance); end
|
839
|
-
def output_self; end
|
840
|
-
end
|
841
|
-
class Pry::Command::Ls::LocalVars < Pry::Command::Ls::Formatter
|
842
|
-
def colorized_assignment_style(lhs, rhs, desired_width = nil); end
|
843
|
-
def format(name_value_pairs); end
|
844
|
-
def initialize(opts, pry_instance); end
|
845
|
-
def output_self; end
|
846
|
-
end
|
847
|
-
class Pry::Command::Ls::LsEntity
|
848
|
-
def constants; end
|
849
|
-
def entities; end
|
850
|
-
def entities_table; end
|
851
|
-
def globals; end
|
852
|
-
def grep(entity); end
|
853
|
-
def initialize(opts); end
|
854
|
-
def instance_vars; end
|
855
|
-
def local_names; end
|
856
|
-
def local_vars; end
|
857
|
-
def methods; end
|
858
|
-
def pry_instance; end
|
859
|
-
def self_methods; end
|
860
|
-
end
|
861
|
-
class Pry::Config
|
862
|
-
def [](attr); end
|
863
|
-
def []=(attr, value); end
|
864
|
-
def auto_indent; end
|
865
|
-
def auto_indent=(arg0); end
|
866
|
-
def collision_warning; end
|
867
|
-
def collision_warning=(arg0); end
|
868
|
-
def color; end
|
869
|
-
def color=(arg0); end
|
870
|
-
def command_completions; end
|
871
|
-
def command_completions=(arg0); end
|
872
|
-
def command_prefix; end
|
873
|
-
def command_prefix=(arg0); end
|
874
|
-
def commands; end
|
875
|
-
def commands=(arg0); end
|
876
|
-
def completer; end
|
877
|
-
def completer=(arg0); end
|
878
|
-
def control_d_handler; end
|
879
|
-
def control_d_handler=(value); end
|
880
|
-
def correct_indent; end
|
881
|
-
def correct_indent=(arg0); end
|
882
|
-
def default_rc_file; end
|
883
|
-
def default_window_size; end
|
884
|
-
def default_window_size=(arg0); end
|
885
|
-
def disable_auto_reload; end
|
886
|
-
def disable_auto_reload=(arg0); end
|
887
|
-
def editor; end
|
888
|
-
def editor=(arg0); end
|
889
|
-
def exception_handler; end
|
890
|
-
def exception_handler=(arg0); end
|
891
|
-
def exception_whitelist; end
|
892
|
-
def exception_whitelist=(arg0); end
|
893
|
-
def exec_string; end
|
894
|
-
def exec_string=(arg0); end
|
895
|
-
def extra_sticky_locals; end
|
896
|
-
def extra_sticky_locals=(arg0); end
|
897
|
-
def file_completions; end
|
898
|
-
def file_completions=(arg0); end
|
899
|
-
def history; end
|
900
|
-
def history=(arg0); end
|
901
|
-
def history_file; end
|
902
|
-
def history_file=(arg0); end
|
903
|
-
def history_ignorelist; end
|
904
|
-
def history_ignorelist=(arg0); end
|
905
|
-
def history_load; end
|
906
|
-
def history_load=(arg0); end
|
907
|
-
def history_save; end
|
908
|
-
def history_save=(arg0); end
|
909
|
-
def hooks; end
|
910
|
-
def hooks=(arg0); end
|
911
|
-
def initialize; end
|
912
|
-
def initialize_dup(other); end
|
913
|
-
def input; end
|
914
|
-
def input=(arg0); end
|
915
|
-
def lazy_readline; end
|
916
|
-
def ls; end
|
917
|
-
def ls=(arg0); end
|
918
|
-
def memory_size; end
|
919
|
-
def memory_size=(arg0); end
|
920
|
-
def merge!(config_hash); end
|
921
|
-
def merge(config_hash); end
|
922
|
-
def method_missing(method_name, *args, &_block); end
|
923
|
-
def output; end
|
924
|
-
def output=(arg0); end
|
925
|
-
def output_prefix; end
|
926
|
-
def output_prefix=(arg0); end
|
927
|
-
def pager; end
|
928
|
-
def pager=(arg0); end
|
929
|
-
def print; end
|
930
|
-
def print=(arg0); end
|
931
|
-
def prompt; end
|
932
|
-
def prompt=(arg0); end
|
933
|
-
def prompt_name; end
|
934
|
-
def prompt_name=(arg0); end
|
935
|
-
def prompt_safe_contexts; end
|
936
|
-
def prompt_safe_contexts=(arg0); end
|
937
|
-
def quiet; end
|
938
|
-
def quiet=(arg0); end
|
939
|
-
def rc_file; end
|
940
|
-
def rc_file=(arg0); end
|
941
|
-
def requires; end
|
942
|
-
def requires=(arg0); end
|
943
|
-
def respond_to_missing?(method_name, include_all = nil); end
|
944
|
-
def should_load_local_rc; end
|
945
|
-
def should_load_local_rc=(arg0); end
|
946
|
-
def should_load_rc; end
|
947
|
-
def should_load_rc=(arg0); end
|
948
|
-
def should_load_requires; end
|
949
|
-
def should_load_requires=(arg0); end
|
950
|
-
def should_trap_interrupts; end
|
951
|
-
def should_trap_interrupts=(arg0); end
|
952
|
-
def system; end
|
953
|
-
def system=(arg0); end
|
954
|
-
def unrescued_exceptions; end
|
955
|
-
def unrescued_exceptions=(arg0); end
|
956
|
-
def windows_console_warning; end
|
957
|
-
def windows_console_warning=(arg0); end
|
958
|
-
extend Pry::Config::Attributable
|
959
|
-
end
|
960
|
-
module Pry::Config::Attributable
|
961
|
-
def attribute(attr_name); end
|
962
|
-
end
|
963
|
-
class Pry::Config::Value
|
964
|
-
def call; end
|
965
|
-
def initialize(value); end
|
966
|
-
end
|
967
|
-
class Pry::Config::MemoizedValue
|
968
|
-
def call; end
|
969
|
-
def initialize(&block); end
|
970
|
-
end
|
971
|
-
class Pry::Config::LazyValue
|
972
|
-
def call; end
|
973
|
-
def initialize(&block); end
|
974
|
-
end
|
975
|
-
class Pry::Inspector
|
976
|
-
end
|
977
|
-
class Pry::Pager
|
978
|
-
def best_available; end
|
979
|
-
def enabled?; end
|
980
|
-
def initialize(pry_instance); end
|
981
|
-
def open; end
|
982
|
-
def output; end
|
983
|
-
def page(text); end
|
984
|
-
def pry_instance; end
|
985
|
-
end
|
986
|
-
class Pry::Pager::StopPaging < StandardError
|
987
|
-
end
|
988
|
-
class Pry::Pager::NullPager
|
989
|
-
def <<(str); end
|
990
|
-
def close; end
|
991
|
-
def height; end
|
992
|
-
def initialize(out); end
|
993
|
-
def print(str); end
|
994
|
-
def puts(str); end
|
995
|
-
def width; end
|
996
|
-
def write(str); end
|
997
|
-
end
|
998
|
-
class Pry::Pager::SimplePager < Pry::Pager::NullPager
|
999
|
-
def initialize(*arg0); end
|
1000
|
-
def write(str); end
|
1001
|
-
end
|
1002
|
-
class Pry::Pager::SystemPager < Pry::Pager::NullPager
|
1003
|
-
def close; end
|
1004
|
-
def initialize(*arg0); end
|
1005
|
-
def invoked_pager?; end
|
1006
|
-
def pager; end
|
1007
|
-
def self.available?; end
|
1008
|
-
def self.default_pager; end
|
1009
|
-
def write(str); end
|
1010
|
-
def write_to_pager(text); end
|
1011
|
-
end
|
1012
|
-
class Pry::Pager::PageTracker
|
1013
|
-
def initialize(rows, cols); end
|
1014
|
-
def line_length(line); end
|
1015
|
-
def page?; end
|
1016
|
-
def record(str); end
|
1017
|
-
def reset; end
|
1018
|
-
end
|
1019
|
-
class Pry::Indent
|
1020
|
-
def correct_indentation(prompt, code, overhang = nil); end
|
1021
|
-
def current_prefix; end
|
1022
|
-
def end_of_statement?(last_token, last_kind); end
|
1023
|
-
def in_string?; end
|
1024
|
-
def indent(input); end
|
1025
|
-
def indent_level; end
|
1026
|
-
def indentation_delta(tokens); end
|
1027
|
-
def initialize(pry_instance = nil); end
|
1028
|
-
def module_nesting; end
|
1029
|
-
def open_delimiters; end
|
1030
|
-
def open_delimiters_line; end
|
1031
|
-
def reset; end
|
1032
|
-
def self.indent(str); end
|
1033
|
-
def self.nesting_at(str, line_number); end
|
1034
|
-
def stack; end
|
1035
|
-
def tokenize(string); end
|
1036
|
-
def track_delimiter(token); end
|
1037
|
-
def track_module_nesting(token, kind); end
|
1038
|
-
def track_module_nesting_end(token, kind = nil); end
|
1039
|
-
include Pry::Helpers::BaseHelpers
|
1040
|
-
end
|
1041
|
-
class Pry::Indent::UnparseableNestingError < StandardError
|
1042
|
-
end
|
1043
|
-
class Pry::ObjectPath
|
1044
|
-
def complete?(segment); end
|
1045
|
-
def handle_failure(context, err); end
|
1046
|
-
def initialize(path_string, current_stack); end
|
1047
|
-
def resolve; end
|
1048
|
-
end
|
1049
|
-
class Pry::Output
|
1050
|
-
def <<(*objs); end
|
1051
|
-
def actual_screen_size; end
|
1052
|
-
def ansicon_env_size; end
|
1053
|
-
def decolorize_maybe(str); end
|
1054
|
-
def env_size; end
|
1055
|
-
def height; end
|
1056
|
-
def initialize(pry_instance); end
|
1057
|
-
def io_console_size; end
|
1058
|
-
def method_missing(method_name, *args, &block); end
|
1059
|
-
def nonzero_column?(size); end
|
1060
|
-
def print(*objs); end
|
1061
|
-
def pry_instance; end
|
1062
|
-
def puts(*objs); end
|
1063
|
-
def readline_size; end
|
1064
|
-
def respond_to_missing?(method_name, include_private = nil); end
|
1065
|
-
def size; end
|
1066
|
-
def tty?; end
|
1067
|
-
def width; end
|
1068
|
-
def write(*objs); end
|
1069
|
-
end
|
1070
|
-
class Pry::InputLock
|
1071
|
-
def __with_ownership; end
|
1072
|
-
def enter_interruptible_region; end
|
1073
|
-
def initialize; end
|
1074
|
-
def interruptible_region; end
|
1075
|
-
def leave_interruptible_region; end
|
1076
|
-
def self.for(input); end
|
1077
|
-
def self.global_lock; end
|
1078
|
-
def self.global_lock=(arg0); end
|
1079
|
-
def self.input_locks; end
|
1080
|
-
def self.input_locks=(arg0); end
|
1081
|
-
def with_ownership(&block); end
|
1082
|
-
end
|
1083
|
-
class Pry::InputLock::Interrupt < Exception
|
1084
|
-
end
|
1085
|
-
class Pry::REPL
|
1086
|
-
def calculate_overhang(current_prompt, original_val, indented_val); end
|
1087
|
-
def coolline_available?; end
|
1088
|
-
def epilogue; end
|
1089
|
-
def handle_read_errors; end
|
1090
|
-
def initialize(pry, options = nil); end
|
1091
|
-
def input(*args, &block); end
|
1092
|
-
def input_readline(*args); end
|
1093
|
-
def output(*args, &block); end
|
1094
|
-
def piping?; end
|
1095
|
-
def prologue; end
|
1096
|
-
def pry; end
|
1097
|
-
def pry=(arg0); end
|
1098
|
-
def read; end
|
1099
|
-
def read_line(current_prompt); end
|
1100
|
-
def readline_available?; end
|
1101
|
-
def repl; end
|
1102
|
-
def self.start(options); end
|
1103
|
-
def set_readline_output; end
|
1104
|
-
def start; end
|
1105
|
-
extend Pry::Forwardable
|
1106
|
-
end
|
1107
|
-
class Pry::Code
|
1108
|
-
def <<(line); end
|
1109
|
-
def ==(other); end
|
1110
|
-
def after(lineno, lines = nil); end
|
1111
|
-
def alter(&block); end
|
1112
|
-
def around(lineno, lines = nil); end
|
1113
|
-
def before(lineno, lines = nil); end
|
1114
|
-
def between(start_line, end_line = nil); end
|
1115
|
-
def code_type; end
|
1116
|
-
def code_type=(arg0); end
|
1117
|
-
def comment_describing(line_number); end
|
1118
|
-
def expression_at(line_number, consume = nil); end
|
1119
|
-
def grep(pattern); end
|
1120
|
-
def highlighted; end
|
1121
|
-
def initialize(lines = nil, start_line = nil, code_type = nil); end
|
1122
|
-
def length; end
|
1123
|
-
def max_lineno_width; end
|
1124
|
-
def method_missing(method_name, *args, &block); end
|
1125
|
-
def nesting_at(line_number); end
|
1126
|
-
def print_to_output(output, color = nil); end
|
1127
|
-
def push(line); end
|
1128
|
-
def raw; end
|
1129
|
-
def reject(&block); end
|
1130
|
-
def respond_to_missing?(method_name, include_private = nil); end
|
1131
|
-
def select(&block); end
|
1132
|
-
def self.from_file(filename, code_type = nil); end
|
1133
|
-
def self.from_method(meth, start_line = nil); end
|
1134
|
-
def self.from_module(mod, candidate_rank = nil, start_line = nil); end
|
1135
|
-
def take_lines(start_line, num_lines); end
|
1136
|
-
def to_s; end
|
1137
|
-
def with_indentation(spaces = nil); end
|
1138
|
-
def with_line_numbers(y_n = nil); end
|
1139
|
-
def with_marker(lineno = nil); end
|
1140
|
-
end
|
1141
|
-
class Pry::Ring
|
1142
|
-
def <<(value); end
|
1143
|
-
def [](index); end
|
1144
|
-
def clear; end
|
1145
|
-
def count; end
|
1146
|
-
def initialize(max_size); end
|
1147
|
-
def max_size; end
|
1148
|
-
def size; end
|
1149
|
-
def to_a; end
|
1150
|
-
def transpose_buffer_tail; end
|
1151
|
-
end
|
1152
|
-
class Pry::Method
|
1153
|
-
def ==(other); end
|
1154
|
-
def alias?; end
|
1155
|
-
def aliases; end
|
1156
|
-
def bound_method?; end
|
1157
|
-
def c_source; end
|
1158
|
-
def comment; end
|
1159
|
-
def doc; end
|
1160
|
-
def dynamically_defined?; end
|
1161
|
-
def initialize(method, known_info = nil); end
|
1162
|
-
def is_a?(klass); end
|
1163
|
-
def kind_of?(klass); end
|
1164
|
-
def method_missing(method_name, *args, &block); end
|
1165
|
-
def method_name_from_first_line(first_ln); end
|
1166
|
-
def name; end
|
1167
|
-
def name_with_owner; end
|
1168
|
-
def original_name; end
|
1169
|
-
def owner(*args, &block); end
|
1170
|
-
def parameters(*args, &block); end
|
1171
|
-
def pry_doc_info; end
|
1172
|
-
def pry_method?; end
|
1173
|
-
def receiver(*args, &block); end
|
1174
|
-
def redefine(source); end
|
1175
|
-
def respond_to?(method_name, include_all = nil); end
|
1176
|
-
def respond_to_missing?(method_name, include_private = nil); end
|
1177
|
-
def ruby_source; end
|
1178
|
-
def self.all_from_class(klass, include_super = nil); end
|
1179
|
-
def self.all_from_obj(obj, include_super = nil); end
|
1180
|
-
def self.from_binding(binding); end
|
1181
|
-
def self.from_class(klass, name, target = nil); end
|
1182
|
-
def self.from_module(klass, name, target = nil); end
|
1183
|
-
def self.from_obj(obj, name, target = nil); end
|
1184
|
-
def self.from_str(name, target = nil, options = nil); end
|
1185
|
-
def self.instance_method_definition?(name, definition_line); end
|
1186
|
-
def self.instance_resolution_order(klass); end
|
1187
|
-
def self.lookup_method_via_binding(obj, method_name, method_type, target = nil); end
|
1188
|
-
def self.method_definition?(name, definition_line); end
|
1189
|
-
def self.resolution_order(obj); end
|
1190
|
-
def self.singleton_class_of(obj); end
|
1191
|
-
def self.singleton_class_resolution_order(klass); end
|
1192
|
-
def self.singleton_method_definition?(name, definition_line); end
|
1193
|
-
def signature; end
|
1194
|
-
def singleton_method?; end
|
1195
|
-
def source; end
|
1196
|
-
def source?; end
|
1197
|
-
def source_file; end
|
1198
|
-
def source_line; end
|
1199
|
-
def source_range; end
|
1200
|
-
def source_type; end
|
1201
|
-
def super(times = nil); end
|
1202
|
-
def super_using_ancestors(ancestors, times = nil); end
|
1203
|
-
def unbound_method?; end
|
1204
|
-
def undefined?; end
|
1205
|
-
def visibility; end
|
1206
|
-
def wrapped; end
|
1207
|
-
def wrapped_owner; end
|
1208
|
-
extend Pry::Forwardable
|
1209
|
-
extend Pry::Helpers::BaseHelpers
|
1210
|
-
include Pry::CodeObject::Helpers
|
1211
|
-
include Pry::Helpers::BaseHelpers
|
1212
|
-
include Pry::Helpers::DocumentationHelpers
|
1213
|
-
end
|
1214
|
-
class Pry::WrappedModule
|
1215
|
-
def all_methods_for(mod); end
|
1216
|
-
def all_relevant_methods_for(mod); end
|
1217
|
-
def all_source_locations_by_popularity; end
|
1218
|
-
def candidate(rank); end
|
1219
|
-
def candidates; end
|
1220
|
-
def class?; end
|
1221
|
-
def constants(inherit = nil); end
|
1222
|
-
def doc; end
|
1223
|
-
def file; end
|
1224
|
-
def initialize(mod); end
|
1225
|
-
def line; end
|
1226
|
-
def lines_for_file(file); end
|
1227
|
-
def method_candidates; end
|
1228
|
-
def method_defined_by_forwardable_module?(method); end
|
1229
|
-
def method_missing(method_name, *args, &block); end
|
1230
|
-
def method_prefix; end
|
1231
|
-
def module?; end
|
1232
|
-
def nested_module?(parent, name); end
|
1233
|
-
def nonblank_name; end
|
1234
|
-
def number_of_candidates; end
|
1235
|
-
def primary_candidate; end
|
1236
|
-
def respond_to_missing?(method_name, include_private = nil); end
|
1237
|
-
def self.from_str(mod_name, target = nil); end
|
1238
|
-
def self.safe_to_evaluate?(str, target); end
|
1239
|
-
def singleton_class?; end
|
1240
|
-
def singleton_instance; end
|
1241
|
-
def source; end
|
1242
|
-
def source_file; end
|
1243
|
-
def source_line; end
|
1244
|
-
def source_location; end
|
1245
|
-
def super(times = nil); end
|
1246
|
-
def wrapped; end
|
1247
|
-
def yard_doc; end
|
1248
|
-
def yard_docs?; end
|
1249
|
-
def yard_file; end
|
1250
|
-
def yard_line; end
|
1251
|
-
include Pry::CodeObject::Helpers
|
1252
|
-
include Pry::Helpers::BaseHelpers
|
1253
|
-
end
|
1254
|
-
class Pry::WrappedModule::Candidate
|
1255
|
-
def class?(*args, &block); end
|
1256
|
-
def class_regexes; end
|
1257
|
-
def doc; end
|
1258
|
-
def file; end
|
1259
|
-
def first_line_of_module_definition(file, line); end
|
1260
|
-
def first_method_source_location; end
|
1261
|
-
def initialize(wrapper, rank); end
|
1262
|
-
def last_method_source_location; end
|
1263
|
-
def line; end
|
1264
|
-
def lines_for_file(*a, &b); end
|
1265
|
-
def method_candidates(*a, &b); end
|
1266
|
-
def module?(*args, &block); end
|
1267
|
-
def name(*a, &b); end
|
1268
|
-
def nonblank_name(*args, &block); end
|
1269
|
-
def number_of_candidates(*args, &block); end
|
1270
|
-
def number_of_lines_in_first_chunk; end
|
1271
|
-
def source; end
|
1272
|
-
def source_file; end
|
1273
|
-
def source_line; end
|
1274
|
-
def source_location; end
|
1275
|
-
def wrapped(*args, &block); end
|
1276
|
-
def yard_docs?(*a, &b); end
|
1277
|
-
extend Pry::Forwardable
|
1278
|
-
include Pry::CodeObject::Helpers
|
1279
|
-
include Pry::Helpers::DocumentationHelpers
|
1280
|
-
end
|
1281
|
-
class Pry::Slop
|
1282
|
-
def [](key); end
|
1283
|
-
def add_callback(label, &block); end
|
1284
|
-
def autocreate(items, index); end
|
1285
|
-
def banner(banner = nil); end
|
1286
|
-
def banner=(banner); end
|
1287
|
-
def build_option(objects, &block); end
|
1288
|
-
def clean(object); end
|
1289
|
-
def command(command, options = nil, &block); end
|
1290
|
-
def commands_to_help; end
|
1291
|
-
def config; end
|
1292
|
-
def description(desc = nil); end
|
1293
|
-
def description=(desc); end
|
1294
|
-
def each(&block); end
|
1295
|
-
def execute_multiple_switches(option, argument, index); end
|
1296
|
-
def execute_option(option, argument, index, item = nil); end
|
1297
|
-
def extract_long_flag(objects, config); end
|
1298
|
-
def extract_option(flag); end
|
1299
|
-
def extract_short_flag(objects, config); end
|
1300
|
-
def fetch_command(command); end
|
1301
|
-
def fetch_option(key); end
|
1302
|
-
def get(key); end
|
1303
|
-
def help; end
|
1304
|
-
def initialize(config = nil, &block); end
|
1305
|
-
def method_missing(method, *args, &block); end
|
1306
|
-
def missing; end
|
1307
|
-
def on(*objects, &block); end
|
1308
|
-
def opt(*objects, &block); end
|
1309
|
-
def option(*objects, &block); end
|
1310
|
-
def options; end
|
1311
|
-
def parse!(items = nil, &block); end
|
1312
|
-
def parse(items = nil, &block); end
|
1313
|
-
def present?(*keys); end
|
1314
|
-
def process_item(items, index, &block); end
|
1315
|
-
def respond_to_missing?(method_name, include_all = nil); end
|
1316
|
-
def run(callable = nil, &block); end
|
1317
|
-
def self.optspec(string, config = nil); end
|
1318
|
-
def self.parse!(items = nil, config = nil, &block); end
|
1319
|
-
def self.parse(items = nil, config = nil, &block); end
|
1320
|
-
def separator(text); end
|
1321
|
-
def strict?; end
|
1322
|
-
def to_h(include_commands = nil); end
|
1323
|
-
def to_hash(include_commands = nil); end
|
1324
|
-
def to_s; end
|
1325
|
-
include Enumerable
|
1326
|
-
end
|
1327
|
-
class Pry::Slop::Option
|
1328
|
-
def accepts_optional_argument?; end
|
1329
|
-
def argument_in_value; end
|
1330
|
-
def argument_in_value=(arg0); end
|
1331
|
-
def call(*objects); end
|
1332
|
-
def config; end
|
1333
|
-
def count; end
|
1334
|
-
def count=(arg0); end
|
1335
|
-
def description; end
|
1336
|
-
def expects_argument?; end
|
1337
|
-
def help; end
|
1338
|
-
def initialize(slop, short, long, description, config = nil, &block); end
|
1339
|
-
def inspect; end
|
1340
|
-
def key; end
|
1341
|
-
def long; end
|
1342
|
-
def short; end
|
1343
|
-
def to_s; end
|
1344
|
-
def types; end
|
1345
|
-
def value; end
|
1346
|
-
def value=(new_value); end
|
1347
|
-
def value_to_float(value); end
|
1348
|
-
def value_to_integer(value); end
|
1349
|
-
def value_to_range(value); end
|
1350
|
-
end
|
1351
|
-
class Pry::Slop::Commands
|
1352
|
-
def [](key); end
|
1353
|
-
def arguments; end
|
1354
|
-
def banner(banner = nil); end
|
1355
|
-
def banner=(arg0); end
|
1356
|
-
def commands; end
|
1357
|
-
def config; end
|
1358
|
-
def default(config = nil, &block); end
|
1359
|
-
def each(&block); end
|
1360
|
-
def execute_arguments!(items); end
|
1361
|
-
def execute_global_opts!(items); end
|
1362
|
-
def get(key); end
|
1363
|
-
def global(config = nil, &block); end
|
1364
|
-
def help; end
|
1365
|
-
def initialize(config = nil, &block); end
|
1366
|
-
def inspect; end
|
1367
|
-
def on(command, config = nil, &block); end
|
1368
|
-
def parse!(items = nil); end
|
1369
|
-
def parse(items = nil); end
|
1370
|
-
def present?(key); end
|
1371
|
-
def to_hash; end
|
1372
|
-
def to_s; end
|
1373
|
-
include Enumerable
|
1374
|
-
end
|
1375
|
-
class Pry::Slop::Error < StandardError
|
1376
|
-
end
|
1377
|
-
class Pry::Slop::MissingArgumentError < Pry::Slop::Error
|
1378
|
-
end
|
1379
|
-
class Pry::Slop::MissingOptionError < Pry::Slop::Error
|
1380
|
-
end
|
1381
|
-
class Pry::Slop::InvalidArgumentError < Pry::Slop::Error
|
1382
|
-
end
|
1383
|
-
class Pry::Slop::InvalidOptionError < Pry::Slop::Error
|
1384
|
-
end
|
1385
|
-
class Pry::Slop::InvalidCommandError < Pry::Slop::Error
|
1386
|
-
end
|
1387
|
-
class Pry::CLI
|
1388
|
-
def self.add_option_processor(&block); end
|
1389
|
-
def self.add_options(&block); end
|
1390
|
-
def self.input_args; end
|
1391
|
-
def self.input_args=(arg0); end
|
1392
|
-
def self.option_processors; end
|
1393
|
-
def self.option_processors=(arg0); end
|
1394
|
-
def self.options; end
|
1395
|
-
def self.options=(arg0); end
|
1396
|
-
def self.parse_options(args = nil); end
|
1397
|
-
def self.reset; end
|
1398
|
-
def self.start(opts); end
|
1399
|
-
end
|
1400
|
-
class Pry::CLI::NoOptionsError < StandardError
|
1401
|
-
end
|
1402
|
-
class Object < BasicObject
|
1403
|
-
def __binding__; end
|
1404
|
-
def pry(object = nil, hash = nil); end
|
1405
|
-
end
|
1406
|
-
class BasicObject
|
1407
|
-
def __binding__; end
|
1408
|
-
end
|
1409
|
-
class Pry::REPLFileLoader
|
1410
|
-
def define_additional_commands; end
|
1411
|
-
def initialize(file_name); end
|
1412
|
-
def interactive_mode(pry_instance); end
|
1413
|
-
def load; end
|
1414
|
-
def non_interactive_mode(pry_instance, content); end
|
1415
|
-
end
|
1416
|
-
class Pry::Code::LOC
|
1417
|
-
def ==(other); end
|
1418
|
-
def add_line_number(max_width = nil, color = nil); end
|
1419
|
-
def add_marker(marker_lineno); end
|
1420
|
-
def colorize(code_type); end
|
1421
|
-
def dup; end
|
1422
|
-
def handle_multiline_entries_from_edit_command(line, max_width); end
|
1423
|
-
def indent(distance); end
|
1424
|
-
def initialize(line, lineno); end
|
1425
|
-
def line; end
|
1426
|
-
def lineno; end
|
1427
|
-
def tuple; end
|
1428
|
-
end
|
1429
|
-
class Pry::Code::CodeRange
|
1430
|
-
def end_line; end
|
1431
|
-
def find_end_index(lines); end
|
1432
|
-
def find_start_index(lines); end
|
1433
|
-
def force_set_end_line; end
|
1434
|
-
def indices(lines); end
|
1435
|
-
def indices_range(lines); end
|
1436
|
-
def initialize(start_line, end_line = nil); end
|
1437
|
-
def set_end_line_from_range; end
|
1438
|
-
def start_line; end
|
1439
|
-
end
|
1440
|
-
class Pry::CodeFile
|
1441
|
-
def abs_path; end
|
1442
|
-
def code; end
|
1443
|
-
def code_path; end
|
1444
|
-
def code_type; end
|
1445
|
-
def from_load_path; end
|
1446
|
-
def from_pry_init_pwd; end
|
1447
|
-
def from_pwd; end
|
1448
|
-
def initialize(filename, code_type = nil); end
|
1449
|
-
def readable?(path); end
|
1450
|
-
def type_from_filename(filename, default = nil); end
|
1451
|
-
end
|
1452
|
-
class Pry::Method::WeirdMethodLocator
|
1453
|
-
def all_methods_for(obj); end
|
1454
|
-
def expanded_source_location(source_location); end
|
1455
|
-
def find_method; end
|
1456
|
-
def find_method_in_superclass; end
|
1457
|
-
def find_renamed_method; end
|
1458
|
-
def index_to_line_number(index); end
|
1459
|
-
def initialize(method, target); end
|
1460
|
-
def lines_for_file(file); end
|
1461
|
-
def lost_method?; end
|
1462
|
-
def method; end
|
1463
|
-
def method=(arg0); end
|
1464
|
-
def normal_method?(method); end
|
1465
|
-
def pry_file?; end
|
1466
|
-
def renamed_method_source_location; end
|
1467
|
-
def self.normal_method?(method, binding); end
|
1468
|
-
def self.weird_method?(method, binding); end
|
1469
|
-
def skip_superclass_search?; end
|
1470
|
-
def target; end
|
1471
|
-
def target=(arg0); end
|
1472
|
-
def target_file; end
|
1473
|
-
def target_line; end
|
1474
|
-
def target_self; end
|
1475
|
-
def valid_file?(file); end
|
1476
|
-
end
|
1477
|
-
class Pry::Method::Disowned < Pry::Method
|
1478
|
-
def initialize(receiver, method_name); end
|
1479
|
-
def method_missing(method_name, *args, &block); end
|
1480
|
-
def name; end
|
1481
|
-
def owner; end
|
1482
|
-
def receiver; end
|
1483
|
-
def respond_to_missing?(method_name, include_private = nil); end
|
1484
|
-
def source?; end
|
1485
|
-
def undefined?; end
|
1486
|
-
end
|
1487
|
-
class Pry::Method::Patcher
|
1488
|
-
def cache_key; end
|
1489
|
-
def definition_for_owner(line); end
|
1490
|
-
def initialize(method); end
|
1491
|
-
def method; end
|
1492
|
-
def method=(arg0); end
|
1493
|
-
def patch_in_ram(source); end
|
1494
|
-
def redefine(source); end
|
1495
|
-
def self.code_for(filename); end
|
1496
|
-
def with_method_transaction; end
|
1497
|
-
def wrap(source); end
|
1498
|
-
def wrap_for_nesting(source); end
|
1499
|
-
def wrap_for_owner(source); end
|
1500
|
-
end
|
1501
|
-
class Pry::Command::AmendLine < Pry::ClassCommand
|
1502
|
-
def amend_input; end
|
1503
|
-
def delete_from_array(array, range); end
|
1504
|
-
def insert_into_array(array, range); end
|
1505
|
-
def line_count; end
|
1506
|
-
def line_range; end
|
1507
|
-
def process; end
|
1508
|
-
def replace_in_array(array, range); end
|
1509
|
-
def start_and_end_line_number; end
|
1510
|
-
def zero_indexed_range_from_one_indexed_numbers(start_line_number, end_line_number); end
|
1511
|
-
end
|
1512
|
-
class Pry::Command::Bang < Pry::ClassCommand
|
1513
|
-
def process; end
|
1514
|
-
end
|
1515
|
-
class Pry::Command::BangPry < Pry::ClassCommand
|
1516
|
-
def process; end
|
1517
|
-
end
|
1518
|
-
class Pry::Command::Cat < Pry::ClassCommand
|
1519
|
-
def complete(search); end
|
1520
|
-
def load_path_completions; end
|
1521
|
-
def options(opt); end
|
1522
|
-
def process; end
|
1523
|
-
end
|
1524
|
-
class Pry::Command::Cat::AbstractFormatter
|
1525
|
-
def between_lines; end
|
1526
|
-
def code_type; end
|
1527
|
-
def decorate(content); end
|
1528
|
-
def use_line_numbers?; end
|
1529
|
-
include Pry::Helpers::BaseHelpers
|
1530
|
-
include Pry::Helpers::CommandHelpers
|
1531
|
-
end
|
1532
|
-
class Pry::Command::Cat::InputExpressionFormatter < Pry::Command::Cat::AbstractFormatter
|
1533
|
-
def format; end
|
1534
|
-
def initialize(input_expressions, opts); end
|
1535
|
-
def input_expressions; end
|
1536
|
-
def input_expressions=(arg0); end
|
1537
|
-
def normalized_expression_range; end
|
1538
|
-
def numbered_input_items; end
|
1539
|
-
def opts; end
|
1540
|
-
def opts=(arg0); end
|
1541
|
-
def selected_input_items; end
|
1542
|
-
end
|
1543
|
-
class Pry::Command::Cat::ExceptionFormatter < Pry::Command::Cat::AbstractFormatter
|
1544
|
-
def backtrace_file; end
|
1545
|
-
def backtrace_level; end
|
1546
|
-
def backtrace_line; end
|
1547
|
-
def check_for_errors; end
|
1548
|
-
def code_window_size; end
|
1549
|
-
def ex; end
|
1550
|
-
def format; end
|
1551
|
-
def header; end
|
1552
|
-
def increment_backtrace_level; end
|
1553
|
-
def initialize(exception, pry_instance, opts); end
|
1554
|
-
def opts; end
|
1555
|
-
def pry_instance; end
|
1556
|
-
def start_and_end_line_for_code_window; end
|
1557
|
-
include Pry::Helpers::Text
|
1558
|
-
end
|
1559
|
-
class Pry::Command::Cat::FileFormatter < Pry::Command::Cat::AbstractFormatter
|
1560
|
-
def code_type; end
|
1561
|
-
def code_window_size; end
|
1562
|
-
def decorate(content); end
|
1563
|
-
def detect_code_type_from_file(file_name); end
|
1564
|
-
def file_and_line; end
|
1565
|
-
def file_name; end
|
1566
|
-
def file_with_embedded_line; end
|
1567
|
-
def format; end
|
1568
|
-
def initialize(file_with_embedded_line, pry_instance, opts); end
|
1569
|
-
def line_number; end
|
1570
|
-
def opts; end
|
1571
|
-
def pry_instance; end
|
1572
|
-
end
|
1573
|
-
class Pry::Command::Cd < Pry::ClassCommand
|
1574
|
-
def process; end
|
1575
|
-
end
|
1576
|
-
class Pry::Command::ChangeInspector < Pry::ClassCommand
|
1577
|
-
def inspector_map; end
|
1578
|
-
def process(inspector); end
|
1579
|
-
end
|
1580
|
-
class Pry::Command::ChangePrompt < Pry::ClassCommand
|
1581
|
-
def change_prompt(prompt); end
|
1582
|
-
def list_prompts; end
|
1583
|
-
def options(opt); end
|
1584
|
-
def process(prompt); end
|
1585
|
-
end
|
1586
|
-
class Pry::Command::ClearScreen < Pry::ClassCommand
|
1587
|
-
def process; end
|
1588
|
-
end
|
1589
|
-
class Pry::Command::CodeCollector
|
1590
|
-
def args; end
|
1591
|
-
def bad_option_combination?; end
|
1592
|
-
def code_object; end
|
1593
|
-
def code_object_doc; end
|
1594
|
-
def code_object_source_or_file; end
|
1595
|
-
def content; end
|
1596
|
-
def convert_to_range(range); end
|
1597
|
-
def could_not_locate(name); end
|
1598
|
-
def file; end
|
1599
|
-
def file=(arg0); end
|
1600
|
-
def file_content; end
|
1601
|
-
def initialize(args, opts, pry_instance); end
|
1602
|
-
def line_range; end
|
1603
|
-
def obj_name; end
|
1604
|
-
def opts; end
|
1605
|
-
def pry_array_content_as_string(array, ranges); end
|
1606
|
-
def pry_input_content; end
|
1607
|
-
def pry_instance; end
|
1608
|
-
def pry_output_content; end
|
1609
|
-
def restrict_to_lines(content, range); end
|
1610
|
-
def self.inject_options(opt); end
|
1611
|
-
def self.input_expression_ranges; end
|
1612
|
-
def self.input_expression_ranges=(arg0); end
|
1613
|
-
def self.output_result_ranges; end
|
1614
|
-
def self.output_result_ranges=(arg0); end
|
1615
|
-
include Pry::Helpers::CommandHelpers
|
1616
|
-
end
|
1617
|
-
class Pry::Command::DisablePry < Pry::ClassCommand
|
1618
|
-
def process; end
|
1619
|
-
end
|
1620
|
-
class Pry::Command::Edit < Pry::ClassCommand
|
1621
|
-
def apply_runtime_patch; end
|
1622
|
-
def bad_option_combination?; end
|
1623
|
-
def code_object; end
|
1624
|
-
def ensure_file_name_is_valid(file_name); end
|
1625
|
-
def file_and_line; end
|
1626
|
-
def file_and_line_for_current_exception; end
|
1627
|
-
def file_based_exception?; end
|
1628
|
-
def file_edit; end
|
1629
|
-
def filename_argument; end
|
1630
|
-
def initial_temp_file_content; end
|
1631
|
-
def input_expression; end
|
1632
|
-
def never_reload?; end
|
1633
|
-
def options(opt); end
|
1634
|
-
def patch_exception?; end
|
1635
|
-
def previously_patched?(code_object); end
|
1636
|
-
def probably_a_file?(str); end
|
1637
|
-
def process; end
|
1638
|
-
def pry_method?(code_object); end
|
1639
|
-
def reload?(file_name = nil); end
|
1640
|
-
def reloadable?; end
|
1641
|
-
def repl_edit; end
|
1642
|
-
def repl_edit?; end
|
1643
|
-
def runtime_patch?; end
|
1644
|
-
end
|
1645
|
-
class Pry::Command::Edit::ExceptionPatcher
|
1646
|
-
def file_and_line; end
|
1647
|
-
def file_and_line=(arg0); end
|
1648
|
-
def initialize(pry_instance, state, exception_file_and_line); end
|
1649
|
-
def perform_patch; end
|
1650
|
-
def pry_instance; end
|
1651
|
-
def pry_instance=(arg0); end
|
1652
|
-
def state; end
|
1653
|
-
def state=(arg0); end
|
1654
|
-
end
|
1655
|
-
module Pry::Command::Edit::FileAndLineLocator
|
1656
|
-
def self.from_binding(target); end
|
1657
|
-
def self.from_code_object(code_object, filename_argument); end
|
1658
|
-
def self.from_exception(exception, backtrace_level); end
|
1659
|
-
def self.from_filename_argument(filename_argument); end
|
1660
|
-
end
|
1661
|
-
class Pry::Command::Exit < Pry::ClassCommand
|
1662
|
-
def process; end
|
1663
|
-
def process_pop_and_return; end
|
1664
|
-
end
|
1665
|
-
class Pry::Command::ExitAll < Pry::ClassCommand
|
1666
|
-
def process; end
|
1667
|
-
end
|
1668
|
-
class Pry::Command::ExitProgram < Pry::ClassCommand
|
1669
|
-
def process; end
|
1670
|
-
end
|
1671
|
-
class Pry::Command::FindMethod < Pry::ClassCommand
|
1672
|
-
def additional_info(header, method); end
|
1673
|
-
def content_search(namespace); end
|
1674
|
-
def matched_method_lines(header, method); end
|
1675
|
-
def name_search(namespace); end
|
1676
|
-
def options(opt); end
|
1677
|
-
def pattern; end
|
1678
|
-
def print_matches(matches); end
|
1679
|
-
def print_matches_for_class(klass, grouped); end
|
1680
|
-
def process; end
|
1681
|
-
def recurse_namespace(klass, done = nil, &block); end
|
1682
|
-
def search_all_methods(namespace); end
|
1683
|
-
def search_class; end
|
1684
|
-
def show_search_results(matches); end
|
1685
|
-
extend Pry::Helpers::BaseHelpers
|
1686
|
-
end
|
1687
|
-
class Pry::Command::FixIndent < Pry::ClassCommand
|
1688
|
-
def process; end
|
1689
|
-
end
|
1690
|
-
class Pry::Command::Help < Pry::ClassCommand
|
1691
|
-
def command_groups; end
|
1692
|
-
def display_command(command); end
|
1693
|
-
def display_filtered_commands(search); end
|
1694
|
-
def display_filtered_search_results(search); end
|
1695
|
-
def display_index(groups); end
|
1696
|
-
def display_search(search); end
|
1697
|
-
def group_sort_key(group_name); end
|
1698
|
-
def help_text_for_commands(name, commands); end
|
1699
|
-
def normalize(key); end
|
1700
|
-
def process; end
|
1701
|
-
def search_hash(search, hash); end
|
1702
|
-
def sorted_commands(commands); end
|
1703
|
-
def sorted_group_names(groups); end
|
1704
|
-
def visible_commands; end
|
1705
|
-
end
|
1706
|
-
class Pry::Command::Hist < Pry::ClassCommand
|
1707
|
-
def check_for_juxtaposed_replay(replay_sequence); end
|
1708
|
-
def find_history; end
|
1709
|
-
def options(opt); end
|
1710
|
-
def process; end
|
1711
|
-
def process_clear; end
|
1712
|
-
def process_display; end
|
1713
|
-
def process_replay; end
|
1714
|
-
def process_save; end
|
1715
|
-
end
|
1716
|
-
class Pry::Command::ImportSet < Pry::ClassCommand
|
1717
|
-
def process(_command_set_name); end
|
1718
|
-
end
|
1719
|
-
class Pry::Command::JumpTo < Pry::ClassCommand
|
1720
|
-
def process(break_level); end
|
1721
|
-
end
|
1722
|
-
class Pry::Command::ListInspectors < Pry::ClassCommand
|
1723
|
-
def inspector_map; end
|
1724
|
-
def process; end
|
1725
|
-
def selected_inspector?(inspector); end
|
1726
|
-
def selected_text; end
|
1727
|
-
end
|
1728
|
-
class Pry::Command::Nesting < Pry::ClassCommand
|
1729
|
-
def process; end
|
1730
|
-
end
|
1731
|
-
class Pry::Command::Play < Pry::ClassCommand
|
1732
|
-
def code_object; end
|
1733
|
-
def content; end
|
1734
|
-
def content_after_options; end
|
1735
|
-
def content_at_expression; end
|
1736
|
-
def default_file; end
|
1737
|
-
def file_content; end
|
1738
|
-
def options(opt); end
|
1739
|
-
def perform_play; end
|
1740
|
-
def process; end
|
1741
|
-
def should_use_default_file?; end
|
1742
|
-
def show_input; end
|
1743
|
-
end
|
1744
|
-
class Pry::Command::PryBacktrace < Pry::ClassCommand
|
1745
|
-
def process; end
|
1746
|
-
end
|
1747
|
-
class Pry::Command::Version < Pry::ClassCommand
|
1748
|
-
def process; end
|
1749
|
-
end
|
1750
|
-
class Pry::Command::RaiseUp < Pry::ClassCommand
|
1751
|
-
def process; end
|
1752
|
-
end
|
1753
|
-
class Pry::Command::ReloadCode < Pry::ClassCommand
|
1754
|
-
def check_for_reloadability(code_object, identifier); end
|
1755
|
-
def current_file; end
|
1756
|
-
def process; end
|
1757
|
-
def reload_current_file; end
|
1758
|
-
def reload_object(identifier); end
|
1759
|
-
end
|
1760
|
-
class Pry::Command::Reset < Pry::ClassCommand
|
1761
|
-
def process; end
|
1762
|
-
end
|
1763
|
-
class Pry::Command::Ri < Pry::ClassCommand
|
1764
|
-
def process(spec); end
|
1765
|
-
end
|
1766
|
-
class Pry::Command::SaveFile < Pry::ClassCommand
|
1767
|
-
def display_content; end
|
1768
|
-
def file_name; end
|
1769
|
-
def mode; end
|
1770
|
-
def options(opt); end
|
1771
|
-
def process; end
|
1772
|
-
def save_file; end
|
1773
|
-
end
|
1774
|
-
class Pry::Command::ShellCommand < Pry::ClassCommand
|
1775
|
-
def cd_path_env; end
|
1776
|
-
def cd_path_exists?; end
|
1777
|
-
def parse_destination(dest); end
|
1778
|
-
def path_from_cd_path(dest); end
|
1779
|
-
def process(cmd); end
|
1780
|
-
def process_cd(dest); end
|
1781
|
-
def special_case_path?(dest); end
|
1782
|
-
end
|
1783
|
-
class Pry::Command::ShellMode < Pry::ClassCommand
|
1784
|
-
def process; end
|
1785
|
-
end
|
1786
|
-
class Pry::Command::ShowInfo < Pry::ClassCommand
|
1787
|
-
def code_object_header(code_object, line_num); end
|
1788
|
-
def code_object_with_accessible_source(code_object); end
|
1789
|
-
def complete(input); end
|
1790
|
-
def content_and_header_for_code_object(code_object); end
|
1791
|
-
def content_and_headers_for_all_module_candidates(mod); end
|
1792
|
-
def file_and_line_for(code_object); end
|
1793
|
-
def header(code_object); end
|
1794
|
-
def header_options; end
|
1795
|
-
def initialize(*arg0); end
|
1796
|
-
def method_header(code_object, line_num); end
|
1797
|
-
def method_sections(code_object); end
|
1798
|
-
def module_header(code_object, line_num); end
|
1799
|
-
def no_definition_message; end
|
1800
|
-
def obj_name; end
|
1801
|
-
def options(opt); end
|
1802
|
-
def process; end
|
1803
|
-
def show_all_modules?(code_object); end
|
1804
|
-
def start_line_for(code_object); end
|
1805
|
-
def use_line_numbers?; end
|
1806
|
-
def valid_superclass?(code_object); end
|
1807
|
-
extend Pry::Helpers::BaseHelpers
|
1808
|
-
end
|
1809
|
-
class Pry::Command::ShowDoc < Pry::Command::ShowInfo
|
1810
|
-
def content_for(code_object); end
|
1811
|
-
def docs_for(code_object); end
|
1812
|
-
def header_options; end
|
1813
|
-
def process; end
|
1814
|
-
def render_doc_markup_for(code_object); end
|
1815
|
-
def start_line_for(code_object); end
|
1816
|
-
include Pry::Helpers::DocumentationHelpers
|
1817
|
-
end
|
1818
|
-
class Pry::Command::ShowInput < Pry::ClassCommand
|
1819
|
-
def process; end
|
1820
|
-
end
|
1821
|
-
class Pry::Command::ShowSource < Pry::Command::ShowInfo
|
1822
|
-
def content_for(code_object); end
|
1823
|
-
def docs_for(code_object); end
|
1824
|
-
def header_options; end
|
1825
|
-
def options(opt); end
|
1826
|
-
def process; end
|
1827
|
-
def render_doc_markup_for(code_object); end
|
1828
|
-
def start_line_for(code_object); end
|
1829
|
-
include Pry::Helpers::DocumentationHelpers
|
1830
|
-
end
|
1831
|
-
class Pry::Command::Stat < Pry::ClassCommand
|
1832
|
-
def options(opt); end
|
1833
|
-
def process; end
|
1834
|
-
end
|
1835
|
-
class Pry::Command::SwitchTo < Pry::ClassCommand
|
1836
|
-
def process(selection); end
|
1837
|
-
end
|
1838
|
-
class Pry::Command::ToggleColor < Pry::ClassCommand
|
1839
|
-
def color_toggle; end
|
1840
|
-
def process; end
|
1841
|
-
end
|
1842
|
-
class Pry::Command::WatchExpression < Pry::ClassCommand
|
1843
|
-
def add_expression(_arguments); end
|
1844
|
-
def add_hook; end
|
1845
|
-
def delete(index); end
|
1846
|
-
def eval_and_print_changed(output); end
|
1847
|
-
def expressions; end
|
1848
|
-
def list; end
|
1849
|
-
def options(opt); end
|
1850
|
-
def process; end
|
1851
|
-
end
|
1852
|
-
class Pry::Command::WatchExpression::Expression
|
1853
|
-
def changed?; end
|
1854
|
-
def eval!; end
|
1855
|
-
def initialize(pry_instance, target, source); end
|
1856
|
-
def previous_value; end
|
1857
|
-
def pry_instance; end
|
1858
|
-
def source; end
|
1859
|
-
def target; end
|
1860
|
-
def target_eval(target, source); end
|
1861
|
-
def to_s; end
|
1862
|
-
def value; end
|
1863
|
-
end
|
1864
|
-
class Pry::Command::Whereami < Pry::ClassCommand
|
1865
|
-
def bad_option_combination?; end
|
1866
|
-
def class_code; end
|
1867
|
-
def code; end
|
1868
|
-
def code?; end
|
1869
|
-
def code_window; end
|
1870
|
-
def default_code; end
|
1871
|
-
def expand_path(filename); end
|
1872
|
-
def handle_internal_binding; end
|
1873
|
-
def initialize(*arg0); end
|
1874
|
-
def location; end
|
1875
|
-
def marker; end
|
1876
|
-
def method_code; end
|
1877
|
-
def nothing_to_do?; end
|
1878
|
-
def options(opt); end
|
1879
|
-
def process; end
|
1880
|
-
def self.method_size_cutoff; end
|
1881
|
-
def self.method_size_cutoff=(arg0); end
|
1882
|
-
def setup; end
|
1883
|
-
def small_method?; end
|
1884
|
-
def target_class; end
|
1885
|
-
def top_level?; end
|
1886
|
-
def use_line_numbers?; end
|
1887
|
-
def valid_method?; end
|
1888
|
-
def window_size; end
|
1889
|
-
end
|
1890
|
-
class Pry::Command::Wtf < Pry::ClassCommand
|
1891
|
-
def format_backtrace(backtrace); end
|
1892
|
-
def format_header(title, exception); end
|
1893
|
-
def options(opt); end
|
1894
|
-
def process; end
|
1895
|
-
def read_line(file, line); end
|
1896
|
-
def trim_backtrace(backtrace); end
|
1897
|
-
def unwind_exceptions; end
|
1898
|
-
end
|