bilisim_sozlugu 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1418 @@
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.9.12.6
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 command_state; end
19
+ def commands; end
20
+ def commands=(arg0); end
21
+ def current_context; end
22
+ def custom_completions; end
23
+ def custom_completions=(arg0); end
24
+ def evaluate_ruby(code, target = nil); end
25
+ def exception_handler; end
26
+ def exception_handler=(arg0); end
27
+ def exec_hook(name, *args, &block); end
28
+ def extra_sticky_locals; end
29
+ def extra_sticky_locals=(arg0); end
30
+ def generate_prompt(prompt_proc, conf); end
31
+ def handle_read_errors; end
32
+ def hooks; end
33
+ def hooks=(v); end
34
+ def initialize(options = nil); end
35
+ def inject_local(name, value, b); end
36
+ def inject_sticky_locals(target); end
37
+ def input; end
38
+ def input=(arg0); end
39
+ def input_array; end
40
+ def input_stack; end
41
+ def input_stack=(arg0); end
42
+ def last_dir; end
43
+ def last_dir=(arg0); end
44
+ def last_exception; end
45
+ def last_exception=(ex); end
46
+ def last_file; end
47
+ def last_file=(arg0); end
48
+ def last_result; end
49
+ def last_result=(arg0); end
50
+ def last_result_is_exception?; end
51
+ def memory_size; end
52
+ def memory_size=(size); end
53
+ def output; end
54
+ def output=(arg0); end
55
+ def output_array; end
56
+ def pop_prompt; end
57
+ def print; end
58
+ def print=(arg0); end
59
+ def process_command(val, eval_string = nil, target = nil); end
60
+ def prompt; end
61
+ def prompt=(new_prompt); end
62
+ def prompt_stack; end
63
+ def push_prompt(new_prompt); end
64
+ def quiet; end
65
+ def quiet=(arg0); end
66
+ def quiet?; end
67
+ def r(target = nil, eval_string = nil); end
68
+ def raise_up!(*args); end
69
+ def raise_up(*args); end
70
+ def raise_up_common(force, *args); end
71
+ def re(target = nil); end
72
+ def readline(current_prompt = nil, completion_proc = nil); end
73
+ def refresh(options = nil); end
74
+ def rep(target = nil); end
75
+ def repl(target = nil); end
76
+ def repl_epilogue(target); end
77
+ def repl_prologue(target); end
78
+ def retrieve_line(eval_string, target); end
79
+ def run_command(val, eval_string = nil, target = nil); end
80
+ def select_prompt(eval_string, target); end
81
+ def self.Code(obj); end
82
+ def self.Method(obj); end
83
+ def self.WrappedModule(obj); end
84
+ def self.auto_resize!; end
85
+ def self.binding_for(target); end
86
+ def self.cli; end
87
+ def self.cli=(arg0); end
88
+ def self.color(*args, &block); end
89
+ def self.color=(*args, &block); end
90
+ def self.commands(*args, &block); end
91
+ def self.commands=(*args, &block); end
92
+ def self.config; end
93
+ def self.config=(arg0); end
94
+ def self.critical_section(&block); end
95
+ def self.current; end
96
+ def self.current_line; end
97
+ def self.current_line=(arg0); end
98
+ def self.custom_completions; end
99
+ def self.custom_completions=(arg0); end
100
+ def self.default_editor_for_platform; end
101
+ def self.editor(*args, &block); end
102
+ def self.editor=(*args, &block); end
103
+ def self.eval_path; end
104
+ def self.eval_path=(arg0); end
105
+ def self.exception_handler(*args, &block); end
106
+ def self.exception_handler=(*args, &block); end
107
+ def self.extra_sticky_locals(*args, &block); end
108
+ def self.extra_sticky_locals=(*args, &block); end
109
+ def self.fix_coderay_colors; end
110
+ def self.history; end
111
+ def self.history=(arg0); end
112
+ def self.hooks(*args, &block); end
113
+ def self.hooks=(*args, &block); end
114
+ def self.in_critical_section?; end
115
+ def self.init; end
116
+ def self.initial_session?; end
117
+ def self.initial_session_setup; end
118
+ def self.input(*args, &block); end
119
+ def self.input=(*args, &block); end
120
+ def self.input_stack(*args, &block); end
121
+ def self.input_stack=(*args, &block); end
122
+ def self.last_internal_error; end
123
+ def self.last_internal_error=(arg0); end
124
+ def self.line_buffer; end
125
+ def self.line_buffer=(arg0); end
126
+ def self.load_file_at_toplevel(file_name); end
127
+ def self.load_file_through_repl(file_name); end
128
+ def self.load_history; end
129
+ def self.load_local_rc; end
130
+ def self.load_plugins(*args, &block); end
131
+ def self.load_rc; end
132
+ def self.load_requires; end
133
+ def self.load_traps; end
134
+ def self.locate_plugins(*args, &block); end
135
+ def self.memory_size(*args, &block); end
136
+ def self.memory_size=(*args, &block); end
137
+ def self.output(*args, &block); end
138
+ def self.output=(*args, &block); end
139
+ def self.output_with_default_format(output, value, options = nil); end
140
+ def self.pager(*args, &block); end
141
+ def self.pager=(*args, &block); end
142
+ def self.plugins(*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.require_readline; end
150
+ def self.reset_defaults; end
151
+ def self.run_command(command_string, options = nil); end
152
+ def self.save_history; end
153
+ def self.set_config_defaults; end
154
+ def self.start(target = nil, options = nil); end
155
+ def self.toplevel_binding; end
156
+ def self.toplevel_binding=(arg0); end
157
+ def self.view_clip(obj, max_length = nil); end
158
+ def set_last_result(result, target, code = nil); end
159
+ def should_force_encoding?(eval_string, val); end
160
+ def should_print?; end
161
+ def show_result(result); end
162
+ def sticky_locals; end
163
+ def suppress_output; end
164
+ def suppress_output=(arg0); end
165
+ def update_input_history(code); end
166
+ end
167
+ module Pry::Helpers
168
+ def self.tablify(things, line_length); end
169
+ def self.tablify_or_one_line(heading, things); end
170
+ def self.tablify_to_screen_width(things, options = nil); end
171
+ end
172
+ module Pry::Helpers::BaseHelpers
173
+ def colorize_code(code); end
174
+ def command_dependencies_met?(options); end
175
+ def context_from_object_path(arg_string, _pry_ = nil, old_stack = nil); end
176
+ def find_command(name, set = nil); end
177
+ def heading(text); end
178
+ def highlight(string, regexp, highlight_color = nil); end
179
+ def jruby?; end
180
+ def jruby_19?; end
181
+ def mri_18?; end
182
+ def mri_19?; end
183
+ def not_a_real_file?(file); end
184
+ def rbx?; end
185
+ def safe_send(obj, method, *args, &block); end
186
+ def self.colorize_code(code); end
187
+ def self.command_dependencies_met?(options); end
188
+ def self.context_from_object_path(arg_string, _pry_ = nil, old_stack = nil); end
189
+ def self.find_command(name, set = nil); end
190
+ def self.heading(text); end
191
+ def self.highlight(string, regexp, highlight_color = nil); end
192
+ def self.jruby?; end
193
+ def self.jruby_19?; end
194
+ def self.mri_18?; end
195
+ def self.mri_19?; end
196
+ def self.not_a_real_file?(file); end
197
+ def self.rbx?; end
198
+ def self.safe_send(obj, method, *args, &block); end
199
+ def self.set_file_and_dir_locals(file_name, _pry_ = nil, target = nil); end
200
+ def self.silence_warnings; end
201
+ def self.stagger_output(text, out = nil); end
202
+ def self.use_ansi_codes?; end
203
+ def self.windows?; end
204
+ def self.windows_ansi?; end
205
+ def set_file_and_dir_locals(file_name, _pry_ = nil, target = nil); end
206
+ def silence_warnings; end
207
+ def stagger_output(text, out = nil); end
208
+ def use_ansi_codes?; end
209
+ def windows?; end
210
+ def windows_ansi?; end
211
+ end
212
+ class Pry::Hooks
213
+ def [](event_name); end
214
+ def []=(event_name, callable); end
215
+ def add_hook(event_name, hook_name, callable = nil, &block); end
216
+ def clear(event_name); end
217
+ def clear_all; end
218
+ def delete_hook(event_name, hook_name); end
219
+ def delete_hooks(event_name); end
220
+ def errors; end
221
+ def exec_hook(event_name, *args, &block); end
222
+ def get_hook(event_name, hook_name); end
223
+ def get_hooks(event_name); end
224
+ def hook_count(event_name); end
225
+ def hook_exists?(event_name, hook_name); end
226
+ def hooks; end
227
+ def initialize; end
228
+ def initialize_copy(orig); end
229
+ def merge!(other); end
230
+ def merge(other); end
231
+ def merge_arrays(array1, array2); end
232
+ def self.from_hash(hash); end
233
+ def uniq_keeping_last(input, &block); end
234
+ end
235
+ module Pry::RbxMethod
236
+ def core_code; end
237
+ def core_doc; end
238
+ end
239
+ module Pry::RbxPath
240
+ def convert_path_to_full(path); end
241
+ def is_core_path?(path); end
242
+ def rvm_ruby?(path); end
243
+ def self.convert_path_to_full(path); end
244
+ def self.is_core_path?(path); end
245
+ def self.rvm_ruby?(path); end
246
+ end
247
+ class Pry::Code
248
+ def <<(line, lineno = nil); end
249
+ def ==(other); end
250
+ def after(lineno, lines = nil); end
251
+ def alter(&block); end
252
+ def around(lineno, lines = nil); end
253
+ def before(lineno, lines = nil); end
254
+ def between(start_line, end_line = nil); end
255
+ def code_type; end
256
+ def code_type=(arg0); end
257
+ def comment_describing(line_number); end
258
+ def expression_at(line_number, consume = nil); end
259
+ def grep(pattern); end
260
+ def initialize(lines = nil, start_line = nil, code_type = nil); end
261
+ def inspect; end
262
+ def length; end
263
+ def max_lineno_width; end
264
+ def method_missing(name, *args, &block); end
265
+ def nesting_at(line_number, top_module = nil); end
266
+ def push(line, lineno = nil); end
267
+ def raw; end
268
+ def select(&block); end
269
+ def self.abs_path(filename); end
270
+ def self.from_file(filename, code_type = nil); end
271
+ def self.from_method(meth, start_line = nil); end
272
+ def self.from_module(mod, candidate_rank = nil, start_line = nil); end
273
+ def self.type_from_filename(filename, default = nil); end
274
+ def take_lines(start_line, num_lines); end
275
+ def to_s; end
276
+ def with_indentation(spaces = nil); end
277
+ def with_line_numbers(y_n = nil); end
278
+ def with_marker(lineno = nil); end
279
+ end
280
+ class Pry::Code::LOC
281
+ def ==(other); end
282
+ def add_line_number(max_width = nil); end
283
+ def add_marker(marker_lineno); end
284
+ def colorize(code_type); end
285
+ def dup; end
286
+ def indent(distance); end
287
+ def initialize(line, lineno); end
288
+ def line; end
289
+ def lineno; end
290
+ def tuple; end
291
+ end
292
+ class Pry::Code::CodeRange
293
+ def end_line; end
294
+ def find_end_index(lines); end
295
+ def find_start_index(lines); end
296
+ def force_set_end_line; end
297
+ def indices(lines); end
298
+ def indices_range(lines); end
299
+ def initialize(start_line, end_line = nil); end
300
+ def set_end_line_from_range; end
301
+ def start_line; end
302
+ end
303
+ class Pry::HistoryArray
304
+ def <<(value); end
305
+ def [](index_or_range, size = nil); end
306
+ def convert_index(n); end
307
+ def convert_range(range); end
308
+ def count; end
309
+ def each; end
310
+ def empty?; end
311
+ def initialize(size); end
312
+ def inspect; end
313
+ def length; end
314
+ def max_size; end
315
+ def pop!; end
316
+ def size; end
317
+ def to_a; end
318
+ include Enumerable
319
+ end
320
+ module Pry::Helpers::OptionsHelpers
321
+ def method_object; end
322
+ def method_options(opt); end
323
+ def self.method_object; end
324
+ def self.method_options(opt); end
325
+ end
326
+ module Pry::Helpers::CommandHelpers
327
+ def absolute_index_number(line_number, array_length); end
328
+ def absolute_index_range(range_or_number, array_length); end
329
+ def command_error(message, omit_help, klass = nil); end
330
+ def get_method_or_raise(name, target, opts = nil, omit_help = nil); end
331
+ def internal_binding?(target); end
332
+ def one_index_number(line_number); end
333
+ def one_index_range(range); end
334
+ def one_index_range_or_number(range_or_number); end
335
+ def render_output(str, opts = nil); end
336
+ def restrict_to_lines(content, lines); end
337
+ def self.absolute_index_number(line_number, array_length); end
338
+ def self.absolute_index_range(range_or_number, array_length); end
339
+ def self.command_error(message, omit_help, klass = nil); end
340
+ def self.get_method_or_raise(name, target, opts = nil, omit_help = nil); end
341
+ def self.internal_binding?(target); end
342
+ def self.one_index_number(line_number); end
343
+ def self.one_index_range(range); end
344
+ def self.one_index_range_or_number(range_or_number); end
345
+ def self.render_output(str, opts = nil); end
346
+ def self.restrict_to_lines(content, lines); end
347
+ def self.temp_file(ext = nil); end
348
+ def self.unindent(text, left_padding = nil); end
349
+ def temp_file(ext = nil); end
350
+ def unindent(text, left_padding = nil); end
351
+ include Pry::Helpers::OptionsHelpers
352
+ end
353
+ module Pry::Helpers::Text
354
+ def self.black(text); end
355
+ def self.blue(text); end
356
+ def self.bold(text); end
357
+ def self.bright_black(text); end
358
+ def self.bright_blue(text); end
359
+ def self.bright_cyan(text); end
360
+ def self.bright_default(text); end
361
+ def self.bright_green(text); end
362
+ def self.bright_magenta(text); end
363
+ def self.bright_purple(text); end
364
+ def self.bright_red(text); end
365
+ def self.bright_white(text); end
366
+ def self.bright_yellow(text); end
367
+ def self.cyan(text); end
368
+ def self.default(text); end
369
+ def self.green(text); end
370
+ def self.indent(text, chars); end
371
+ def self.magenta(text); end
372
+ def self.no_color(&block); end
373
+ def self.no_pager(&block); end
374
+ def self.purple(text); end
375
+ def self.red(text); end
376
+ def self.strip_color(text); end
377
+ def self.white(text); end
378
+ def self.with_line_numbers(text, offset, color = nil); end
379
+ def self.yellow(text); end
380
+ end
381
+ class Pry::Helpers::Table
382
+ def ==(other); end
383
+ def _max_width(things); end
384
+ def _rebuild_colorless_cache; end
385
+ def _recall_color_for(thing); end
386
+ def _recolumn; end
387
+ def column_count; end
388
+ def column_count=(n); end
389
+ def columns; end
390
+ def fits_on_line?(line_length); end
391
+ def initialize(items, args = nil); end
392
+ def items; end
393
+ def items=(items); end
394
+ def rows_to_s(style = nil); end
395
+ def to_a; end
396
+ def to_s; end
397
+ end
398
+ class Pry::CodeObject
399
+ def command_lookup; end
400
+ def default_lookup; end
401
+ def empty_lookup; end
402
+ def initialize(str, _pry_, options = nil); end
403
+ def looks_like_an_instance_method?(str); end
404
+ def lookup_super(obj, super_level); end
405
+ def method_or_class_lookup; end
406
+ def pry; end
407
+ def pry=(arg0); end
408
+ def safe_to_evaluate?(str); end
409
+ def self.lookup(str, _pry_, options = nil); end
410
+ def sourcable_object?(obj); end
411
+ def str; end
412
+ def str=(arg0); end
413
+ def super_level; end
414
+ def super_level=(arg0); end
415
+ def target; end
416
+ def target=(arg0); end
417
+ def target_self; end
418
+ include Pry::Helpers::CommandHelpers
419
+ end
420
+ module Pry::CodeObject::Helpers
421
+ def c_method?; end
422
+ def command?; end
423
+ def module_with_yard_docs?; end
424
+ def real_method_object?; end
425
+ end
426
+ module Pry::Helpers::DocumentationHelpers
427
+ def get_comment_content(comment); end
428
+ def process_comment_markup(comment); end
429
+ def process_rdoc(comment); end
430
+ def process_yardoc(comment); end
431
+ def process_yardoc_tag(comment, tag); end
432
+ def self.get_comment_content(comment); end
433
+ def self.process_comment_markup(comment); end
434
+ def self.process_rdoc(comment); end
435
+ def self.process_yardoc(comment); end
436
+ def self.process_yardoc_tag(comment, tag); end
437
+ def self.strip_comments_from_c_code(code); end
438
+ def self.strip_leading_whitespace(text); end
439
+ def strip_comments_from_c_code(code); end
440
+ def strip_leading_whitespace(text); end
441
+ end
442
+ class Pry::Method
443
+ def ==(obj); end
444
+ def alias?; end
445
+ def aliases; end
446
+ def bound_method?; end
447
+ def doc; end
448
+ def doc_for_pry_method; end
449
+ def dynamically_defined?; end
450
+ def initialize(method, known_info = nil); end
451
+ def is_a?(klass); end
452
+ def kind_of?(klass); end
453
+ def method_missing(method_name, *args, &block); end
454
+ def method_name_from_first_line(first_ln); end
455
+ def name; end
456
+ def name_with_owner; end
457
+ def original_name; end
458
+ def pry_doc_info; end
459
+ def pry_method?; end
460
+ def respond_to?(method_name); end
461
+ def self.all_from_class(klass, include_super = nil); end
462
+ def self.all_from_common(obj, method_type, include_super = nil); end
463
+ def self.all_from_obj(obj, include_super = nil); end
464
+ def self.from_binding(b); end
465
+ def self.from_class(klass, name, target = nil); end
466
+ def self.from_module(klass, name, target = nil); end
467
+ def self.from_obj(obj, name, target = nil); end
468
+ def self.from_str(name, target = nil, options = nil); end
469
+ def self.instance_method_definition?(name, definition_line); end
470
+ def self.instance_resolution_order(klass); end
471
+ def self.lookup_method_via_binding(obj, method_name, method_type, target = nil); end
472
+ def self.method_definition?(name, definition_line); end
473
+ def self.resolution_order(obj); end
474
+ def self.singleton_class(obj); end
475
+ def self.singleton_class_resolution_order(klass); end
476
+ def self.singleton_method_definition?(name, definition_line); end
477
+ def signature; end
478
+ def singleton_method?; end
479
+ def source; end
480
+ def source?; end
481
+ def source_file; end
482
+ def source_line; end
483
+ def source_location; end
484
+ def source_range; end
485
+ def source_type; end
486
+ def super(times = nil); end
487
+ def super_using_ancestors(ancestors, times = nil); end
488
+ def unbound_method?; end
489
+ def undefined?; end
490
+ def visibility; end
491
+ def wrapped; end
492
+ def wrapped_owner; end
493
+ extend Pry::Helpers::BaseHelpers
494
+ include Pry::CodeObject::Helpers
495
+ include Pry::Helpers::BaseHelpers
496
+ include Pry::Helpers::DocumentationHelpers
497
+ end
498
+ class Pry::Method::WeirdMethodLocator
499
+ def all_methods_for(obj); end
500
+ def expanded_source_location(sl); end
501
+ def find_method_in_superclass; end
502
+ def find_renamed_method; end
503
+ def get_method; end
504
+ def index_to_line_number(index); end
505
+ def initialize(method, target); end
506
+ def lines_for_file(file); end
507
+ def lost_method?; end
508
+ def method; end
509
+ def method=(arg0); end
510
+ def normal_method?(method); end
511
+ def pry_file?; end
512
+ def renamed_method_source_location; end
513
+ def self.normal_method?(method, b); end
514
+ def self.weird_method?(method, b); end
515
+ def target; end
516
+ def target=(arg0); end
517
+ def target_file; end
518
+ def target_line; end
519
+ def target_self; end
520
+ def valid_file?(file); end
521
+ end
522
+ class Pry::Method::Disowned < Pry::Method
523
+ def initialize(receiver, method_name, binding = nil); end
524
+ def method_missing(meth_name, *args, &block); end
525
+ def name; end
526
+ def owner; end
527
+ def receiver; end
528
+ def source?; end
529
+ def undefined?; end
530
+ end
531
+ class Pry::WrappedModule
532
+ def all_from_common(mod, method_type); end
533
+ def all_methods_for(mod); end
534
+ def all_relevant_methods_for(mod); end
535
+ def all_source_locations_by_popularity; end
536
+ def candidate(rank); end
537
+ def candidates; end
538
+ def class?; end
539
+ def constants(inherit = nil); end
540
+ def doc; end
541
+ def file; end
542
+ def generator; end
543
+ def initialize(mod); end
544
+ def line; end
545
+ def lines_for_file(file); end
546
+ def method_candidates; end
547
+ def method_defined_by_forwardable_module?(method); end
548
+ def method_missing(method_name, *args, &block); end
549
+ def method_prefix; end
550
+ def module?; end
551
+ def nonblank_name; end
552
+ def number_of_candidates; end
553
+ def primary_candidate; end
554
+ def respond_to?(method_name); end
555
+ def self.from_str(mod_name, target = nil); end
556
+ def self.safe_to_evaluate?(str, target); end
557
+ def singleton_class?; end
558
+ def singleton_instance; end
559
+ def source; end
560
+ def source_file; end
561
+ def source_line; end
562
+ def source_location; end
563
+ def super(times = nil); end
564
+ def wrapped; end
565
+ def yard_doc; end
566
+ def yard_docs?; end
567
+ def yard_file; end
568
+ def yard_line; end
569
+ include Pry::CodeObject::Helpers
570
+ include Pry::Helpers::BaseHelpers
571
+ end
572
+ class Pry::WrappedModule::Candidate
573
+ def adjusted_source_location(sl); end
574
+ def class?(*args, &block); end
575
+ def class_regexes; end
576
+ def doc; end
577
+ def file; end
578
+ def first_line_of_module_definition(file, line); end
579
+ def first_method_source_location; end
580
+ def initialize(wrapper, rank); end
581
+ def last_method_source_location; end
582
+ def line; end
583
+ def lines_for_file(*args, &block); end
584
+ def method_candidates(*args, &block); end
585
+ def module?(*args, &block); end
586
+ def name(*args, &block); end
587
+ def nonblank_name(*args, &block); end
588
+ def number_of_candidates(*args, &block); end
589
+ def number_of_lines_in_first_chunk; end
590
+ def source; end
591
+ def source_file; end
592
+ def source_line; end
593
+ def source_location; end
594
+ def wrapped(*args, &block); end
595
+ def yard_docs?(*args, &block); end
596
+ extend Forwardable
597
+ include Pry::CodeObject::Helpers
598
+ include Pry::Helpers::DocumentationHelpers
599
+ end
600
+ class Pry::History
601
+ def <<(line); end
602
+ def clear; end
603
+ def clear_readline; end
604
+ def clearer; end
605
+ def clearer=(arg0); end
606
+ def history_line_count; end
607
+ def initialize; end
608
+ def load; end
609
+ def loader; end
610
+ def loader=(arg0); end
611
+ def original_lines; end
612
+ def push(line); end
613
+ def push_to_readline(line); end
614
+ def pusher; end
615
+ def pusher=(arg0); end
616
+ def read_from_file; end
617
+ def restore_default_behavior; end
618
+ def save; end
619
+ def saver; end
620
+ def saver=(arg0); end
621
+ def session_line_count; end
622
+ def to_a; end
623
+ def write_to_file(lines); end
624
+ end
625
+ class Pry::Command
626
+ def _pry_; end
627
+ def _pry_=(arg0); end
628
+ def arg_string; end
629
+ def arg_string=(arg0); end
630
+ def block; end
631
+ def call_safely(*args); end
632
+ def call_with_hooks(*args); end
633
+ def captures; end
634
+ def captures=(arg0); end
635
+ def check_for_command_collision(command_match, arg_string); end
636
+ def command_block; end
637
+ def command_block=(arg0); end
638
+ def command_name; end
639
+ def command_options; end
640
+ def command_set; end
641
+ def command_set=(arg0); end
642
+ def commands; end
643
+ def complete(search); end
644
+ def context; end
645
+ def context=(arg0); end
646
+ def correct_arg_arity(arity, args); end
647
+ def dependencies_met?; end
648
+ def description; end
649
+ def eval_string; end
650
+ def eval_string=(arg0); end
651
+ def initialize(context = nil); end
652
+ def interpolate_string(str); end
653
+ def match; end
654
+ def name; end
655
+ def output; end
656
+ def output=(arg0); end
657
+ def pass_block(arg_string); end
658
+ def process_line(line); end
659
+ def run(command_string, *args); end
660
+ def self.banner(arg = nil); end
661
+ def self.block; end
662
+ def self.block=(arg0); end
663
+ def self.command_name; end
664
+ def self.command_options(arg = nil); end
665
+ def self.command_options=(arg0); end
666
+ def self.command_regex; end
667
+ def self.convert_to_regex(obj); end
668
+ def self.default_options(match); end
669
+ def self.description(arg = nil); end
670
+ def self.description=(arg0); end
671
+ def self.doc; end
672
+ def self.file; end
673
+ def self.group(name = nil); end
674
+ def self.hooks; end
675
+ def self.inspect; end
676
+ def self.line; end
677
+ def self.match(arg = nil); end
678
+ def self.match=(arg0); end
679
+ def self.match_score(val); end
680
+ def self.matches?(val); end
681
+ def self.name; end
682
+ def self.options(arg = nil); end
683
+ def self.options=(arg0); end
684
+ def self.source; end
685
+ def self.source_file; end
686
+ def self.source_line; end
687
+ def self.source_location; end
688
+ def self.subclass(match, description, options, helpers, &block); end
689
+ def source; end
690
+ def source_location; end
691
+ def state; end
692
+ def target; end
693
+ def target=(arg0); end
694
+ def target_self; end
695
+ def text; end
696
+ def tokenize(val); end
697
+ def void; end
698
+ extend Pry::CodeObject::Helpers
699
+ extend Pry::Helpers::DocumentationHelpers
700
+ include Pry::Helpers::BaseHelpers
701
+ include Pry::Helpers::CommandHelpers
702
+ end
703
+ class Pry::BlockCommand < Pry::Command
704
+ def call(*args); end
705
+ def help; end
706
+ def opts; end
707
+ end
708
+ class Pry::ClassCommand < Pry::Command
709
+ def args; end
710
+ def args=(arg0); end
711
+ def call(*args); end
712
+ def complete(search); end
713
+ def help; end
714
+ def options(opt); end
715
+ def opts; end
716
+ def opts=(arg0); end
717
+ def process; end
718
+ def self.doc; end
719
+ def self.file; end
720
+ def self.inherited(klass); end
721
+ def self.line; end
722
+ def self.source; end
723
+ def self.source_file; end
724
+ def self.source_line; end
725
+ def self.source_location; end
726
+ def self.source_object; end
727
+ def setup; end
728
+ def slop; end
729
+ def subcommands(cmd); end
730
+ end
731
+ class Pry::NoCommandError < StandardError
732
+ def initialize(match, owner); end
733
+ end
734
+ class Pry::CommandSet
735
+ def [](val); end
736
+ def add_command(command); end
737
+ def after_command(search, &block); end
738
+ def alias_command(match, action, options = nil); end
739
+ def before_command(search, &block); end
740
+ def block_command(match, description = nil, options = nil, &block); end
741
+ def command(match, description = nil, options = nil, &block); end
742
+ def commands; end
743
+ def complete(search, context = nil); end
744
+ def create_command(match, description = nil, options = nil, &block); end
745
+ def delete(*searches); end
746
+ def desc(search, description = nil); end
747
+ def disabled_command(name_of_disabled_command, message, matcher = nil); end
748
+ def each(&block); end
749
+ def find_command(val); end
750
+ def find_command_by_match_or_listing(match_or_listing); end
751
+ def find_command_for_help(search); end
752
+ def helper_module; end
753
+ def helpers(&block); end
754
+ def import(*sets); end
755
+ def import_from(set, *matches); end
756
+ def initialize(*imported_sets, &block); end
757
+ def list_commands; end
758
+ def process_line(val, context = nil); end
759
+ def rename_command(new_match, search, options = nil); end
760
+ def run_command(context, match, *args); end
761
+ def valid_command?(val); end
762
+ include Enumerable
763
+ include Pry::Helpers::BaseHelpers
764
+ end
765
+ class Pry::Result
766
+ def command?; end
767
+ def initialize(is_command, retval = nil); end
768
+ def retval; end
769
+ def void_command?; end
770
+ end
771
+ class Pry::Command::Bang < Pry::ClassCommand
772
+ def process; end
773
+ end
774
+ class Pry::Command::Whereami < Pry::ClassCommand
775
+ def bad_option_combination?; end
776
+ def class_code; end
777
+ def code; end
778
+ def code?; end
779
+ def code_window; end
780
+ def default_code; end
781
+ def expand_path(f); end
782
+ def handle_internal_binding; end
783
+ def location; end
784
+ def marker; end
785
+ def method_code; end
786
+ def nothing_to_do?; end
787
+ def options(opt); end
788
+ def process; end
789
+ def self.method_size_cutoff; end
790
+ def self.method_size_cutoff=(arg0); end
791
+ def setup; end
792
+ def small_method?; end
793
+ def top_level?; end
794
+ def use_line_numbers?; end
795
+ def valid_method?; end
796
+ def window_size; end
797
+ end
798
+ class Pry::Command::Cd < Pry::ClassCommand
799
+ def process; end
800
+ end
801
+ class Pry::Command::ShowInput < Pry::ClassCommand
802
+ def process; end
803
+ end
804
+ class Pry::Command::GemOpen < Pry::ClassCommand
805
+ def complete(str); end
806
+ def process(gem); end
807
+ end
808
+ class Pry::Command::ShellMode < Pry::ClassCommand
809
+ def process; end
810
+ end
811
+ class Pry::Command::Help < Pry::ClassCommand
812
+ def command_groups; end
813
+ def display_command(command); end
814
+ def display_filtered_commands(search); end
815
+ def display_filtered_search_results(search); end
816
+ def display_index(groups); end
817
+ def display_search(search); end
818
+ def group_sort_key(group_name); end
819
+ def help_text_for_commands(name, commands); end
820
+ def normalize(key); end
821
+ def process; end
822
+ def search_hash(search, hash); end
823
+ def sorted_commands(commands); end
824
+ def sorted_group_names(groups); end
825
+ def visible_commands; end
826
+ end
827
+ class Pry::Command::Exit < Pry::ClassCommand
828
+ def process; end
829
+ def process_pop_and_return; end
830
+ end
831
+ class Pry::Command::InstallCommand < Pry::ClassCommand
832
+ def process(name); end
833
+ end
834
+ class Pry::Command::ExitAll < Pry::ClassCommand
835
+ def process; end
836
+ end
837
+ class Pry::Command::Gist < Pry::ClassCommand
838
+ def clipboard_content(content); end
839
+ def comment_expression_result_for_gist(result); end
840
+ def gist_content(content, filename); end
841
+ def input_content; end
842
+ def options(opt); end
843
+ def process; end
844
+ def setup; end
845
+ end
846
+ class Pry::Command::Stat < Pry::ClassCommand
847
+ def options(opt); end
848
+ def process; end
849
+ end
850
+ class Pry::Command::Version < Pry::ClassCommand
851
+ def process; end
852
+ end
853
+ class Pry::Command::RaiseUp < Pry::ClassCommand
854
+ def process; end
855
+ end
856
+ class Pry::Command::Ri < Pry::ClassCommand
857
+ def process(spec); end
858
+ end
859
+ class Pry::Command::Edit < Pry::ClassCommand
860
+ def apply_runtime_patch; end
861
+ def bad_option_combination?; end
862
+ def code_object; end
863
+ def complete(search); end
864
+ def ensure_file_name_is_valid(file_name); end
865
+ def file_and_line; end
866
+ def file_and_line_for_current_exception; end
867
+ def file_based_exception?; end
868
+ def file_edit; end
869
+ def filename_argument; end
870
+ def initial_temp_file_content; end
871
+ def input_expression; end
872
+ def never_reload?; end
873
+ def options(opt); end
874
+ def patch_exception?; end
875
+ def probably_a_file?(str); end
876
+ def process; end
877
+ def pry_method?(code_object); end
878
+ def reload?(file_name = nil); end
879
+ def reloadable?; end
880
+ def repl_edit; end
881
+ def repl_edit?; end
882
+ def repl_reload?; end
883
+ def runtime_patch?; end
884
+ end
885
+ class Pry::Command::Edit::MethodPatcher
886
+ def _pry_; end
887
+ def _pry_=(arg0); end
888
+ def adjusted_lines; end
889
+ def code_object; end
890
+ def code_object=(arg0); end
891
+ def definition_line_for_owner(line); end
892
+ def initialize(_pry_, code_object); end
893
+ def patched_code; end
894
+ def perform_patch; end
895
+ def with_method_transaction; end
896
+ def wrap(source); end
897
+ def wrap_for_nesting(source); end
898
+ def wrap_for_owner(source); end
899
+ end
900
+ class Pry::Command::Edit::ExceptionPatcher
901
+ def _pry_; end
902
+ def _pry_=(arg0); end
903
+ def file_and_line; end
904
+ def file_and_line=(arg0); end
905
+ def initialize(_pry_, state, exception_file_and_line); end
906
+ def perform_patch; end
907
+ def state; end
908
+ def state=(arg0); end
909
+ end
910
+ module Pry::Command::Edit::FileAndLineLocator
911
+ def self.from_binding(target); end
912
+ def self.from_code_object(code_object, filename_argument); end
913
+ def self.from_exception(exception, backtrace_level); end
914
+ def self.from_filename_argument(filename_argument); end
915
+ end
916
+ class Pry::Command::SimplePrompt < Pry::ClassCommand
917
+ def process; end
918
+ end
919
+ class Pry::Command::CodeCollector
920
+ def _pry_; end
921
+ def _pry_=(arg0); end
922
+ def args; end
923
+ def args=(arg0); end
924
+ def bad_option_combination?; end
925
+ def code_object; end
926
+ def code_object_doc; end
927
+ def code_object_source_or_file; end
928
+ def content; end
929
+ def convert_to_range(n); end
930
+ def could_not_locate(name); end
931
+ def file; end
932
+ def file=(arg0); end
933
+ def file_content; end
934
+ def initialize(args, opts, _pry_); end
935
+ def line_range; end
936
+ def obj_name; end
937
+ def opts; end
938
+ def opts=(arg0); end
939
+ def pry_array_content_as_string(array, ranges, &block); end
940
+ def pry_input_content; end
941
+ def pry_output_content; end
942
+ def restrict_to_lines(content, range); end
943
+ def self.inject_options(opt); end
944
+ def self.input_expression_ranges; end
945
+ def self.input_expression_ranges=(arg0); end
946
+ def self.output_result_ranges; end
947
+ def self.output_result_ranges=(arg0); end
948
+ include Pry::Helpers::CommandHelpers
949
+ end
950
+ class Pry::Command::SaveFile < Pry::ClassCommand
951
+ def display_content; end
952
+ def file_name; end
953
+ def mode; end
954
+ def options(opt); end
955
+ def process; end
956
+ def save_file; end
957
+ end
958
+ class Pry::Command::Play < Pry::ClassCommand
959
+ def content; end
960
+ def default_file; end
961
+ def file_content; end
962
+ def options(opt); end
963
+ def perform_play; end
964
+ def process; end
965
+ def should_use_default_file?; end
966
+ end
967
+ class Pry::Command::ToggleColor < Pry::ClassCommand
968
+ def process; end
969
+ end
970
+ class Pry::Command::FindMethod < Pry::ClassCommand
971
+ def additional_info(header, method); end
972
+ def content_search(namespace); end
973
+ def matched_method_lines(header, method); end
974
+ def name_search(namespace); end
975
+ def options(opti); end
976
+ def pattern; end
977
+ def print_matches(matches); end
978
+ def print_matches_for_class(klass, grouped); end
979
+ def process; end
980
+ def recurse_namespace(klass, done = nil, &block); end
981
+ def search_all_methods(namespace); end
982
+ def search_class; end
983
+ def setup; end
984
+ def show_search_results(matches); end
985
+ extend Pry::Helpers::BaseHelpers
986
+ end
987
+ class Pry::Command::ShowInfo < Pry::ClassCommand
988
+ def code_object_header(code_object, line_num); end
989
+ def code_object_with_accessible_source(code_object); end
990
+ def complete(input); end
991
+ def content_and_header_for_code_object(code_object); end
992
+ def content_and_headers_for_all_module_candidates(mod); end
993
+ def file_and_line_for(code_object); end
994
+ def header(code_object); end
995
+ def header_options; end
996
+ def method_header(code_object, line_num); end
997
+ def method_sections(code_object); end
998
+ def module_header(code_object, line_num); end
999
+ def no_definition_message; end
1000
+ def obj_name; end
1001
+ def options(opt); end
1002
+ def process; end
1003
+ def setup; end
1004
+ def show_all_modules?(code_object); end
1005
+ def start_line_for(code_object); end
1006
+ def use_line_numbers?; end
1007
+ def valid_superclass?(code_object); end
1008
+ extend Pry::Helpers::BaseHelpers
1009
+ end
1010
+ class Pry::Command::ShowSource < Pry::Command::ShowInfo
1011
+ def content_for(code_object); end
1012
+ end
1013
+ class Pry::Command::Ls < Pry::ClassCommand
1014
+ def all_methods(obj, instance_methods = nil); end
1015
+ def below_ceiling(obj); end
1016
+ def color(type, str); end
1017
+ def colorized_assignment_style(lhs, rhs, desired_width = nil); end
1018
+ def format_constants(mod, constants); end
1019
+ def format_globals(globals); end
1020
+ def format_local_names(locals); end
1021
+ def format_locals(name_value_pairs); end
1022
+ def format_methods(methods); end
1023
+ def format_value(value); end
1024
+ def format_variables(type, vars); end
1025
+ def grep; end
1026
+ def grep_regex; end
1027
+ def has_user_specified_any_options; end
1028
+ def interrogating_a_module?; end
1029
+ def object_to_interrogate; end
1030
+ def options(opt); end
1031
+ def output_section(heading, body); end
1032
+ def process; end
1033
+ def raise_errors_if_arguments_are_weird; end
1034
+ def resolution_order(obj); end
1035
+ def rubbishness(name); end
1036
+ def trim_jruby_aliases(methods); end
1037
+ def write_out_constants; end
1038
+ def write_out_globals; end
1039
+ def write_out_ivars; end
1040
+ def write_out_local_names; end
1041
+ def write_out_locals; end
1042
+ def write_out_methods; end
1043
+ def write_out_self_methods; end
1044
+ end
1045
+ class Pry::Command::Cat < Pry::ClassCommand
1046
+ def complete(search); end
1047
+ def options(opt); end
1048
+ def process; end
1049
+ end
1050
+ class Pry::Command::Cat::AbstractFormatter
1051
+ def between_lines; end
1052
+ def code_type; end
1053
+ def decorate(content); end
1054
+ def use_line_numbers?; end
1055
+ include Pry::Helpers::BaseHelpers
1056
+ include Pry::Helpers::CommandHelpers
1057
+ end
1058
+ class Pry::Command::Cat::InputExpressionFormatter < Pry::Command::Cat::AbstractFormatter
1059
+ def format; end
1060
+ def initialize(input_expressions, opts); end
1061
+ def input_expressions; end
1062
+ def input_expressions=(arg0); end
1063
+ def normalized_expression_range; end
1064
+ def numbered_input_items; end
1065
+ def opts; end
1066
+ def opts=(arg0); end
1067
+ def selected_input_items; end
1068
+ end
1069
+ class Pry::Command::Cat::ExceptionFormatter < Pry::Command::Cat::AbstractFormatter
1070
+ def _pry_; end
1071
+ def _pry_=(arg0); end
1072
+ def backtrace_file; end
1073
+ def backtrace_level; end
1074
+ def backtrace_line; end
1075
+ def check_for_errors; end
1076
+ def code_window_size; end
1077
+ def ex; end
1078
+ def ex=(arg0); end
1079
+ def format; end
1080
+ def header; end
1081
+ def increment_backtrace_level; end
1082
+ def initialize(exception, _pry_, opts); end
1083
+ def opts; end
1084
+ def opts=(arg0); end
1085
+ def start_and_end_line_for_code_window; end
1086
+ end
1087
+ class Pry::Command::Cat::FileFormatter < Pry::Command::Cat::AbstractFormatter
1088
+ def _pry_; end
1089
+ def _pry_=(arg0); end
1090
+ def code_type; end
1091
+ def code_window_size; end
1092
+ def decorate(content); end
1093
+ def detect_code_type_from_file(file_name); end
1094
+ def file_and_line; end
1095
+ def file_name; end
1096
+ def file_with_embedded_line; end
1097
+ def file_with_embedded_line=(arg0); end
1098
+ def format; end
1099
+ def initialize(file_with_embedded_line, _pry_, opts); end
1100
+ def line_number; end
1101
+ def opts; end
1102
+ def opts=(arg0); end
1103
+ end
1104
+ class Pry::Command::GemList < Pry::ClassCommand
1105
+ def process(pattern = nil); end
1106
+ end
1107
+ class Pry::Command::ExitProgram < Pry::ClassCommand
1108
+ def process; end
1109
+ end
1110
+ class Pry::Command::ShowDoc < Pry::Command::ShowInfo
1111
+ def content_for(code_object); end
1112
+ def docs_for(code_object); end
1113
+ def header_options; end
1114
+ def render_doc_markup_for(code_object); end
1115
+ def start_line_for(code_object); end
1116
+ include Pry::Helpers::DocumentationHelpers
1117
+ end
1118
+ class Pry::Command::Reset < Pry::ClassCommand
1119
+ def process; end
1120
+ end
1121
+ class Pry::Command::DisablePry < Pry::ClassCommand
1122
+ def process; end
1123
+ end
1124
+ class Pry::Command::ImportSet < Pry::ClassCommand
1125
+ def process(command_set_name); end
1126
+ end
1127
+ class Pry::Command::FixIndent < Pry::ClassCommand
1128
+ def process; end
1129
+ end
1130
+ class Pry::Command::Wtf < Pry::ClassCommand
1131
+ def backtrace; end
1132
+ def exception; end
1133
+ def options(opt); end
1134
+ def process; end
1135
+ def size_of_backtrace; end
1136
+ def with_line_numbers(bt); end
1137
+ end
1138
+ class Pry::Command::AmendLine < Pry::ClassCommand
1139
+ def amended_input(string); end
1140
+ def delete_from_array(array, range); end
1141
+ def insert_into_array(array, range); end
1142
+ def line_count; end
1143
+ def line_range; end
1144
+ def process; end
1145
+ def replace_in_array(array, range); end
1146
+ def start_and_end_line_number; end
1147
+ def zero_indexed_range_from_one_indexed_numbers(start_line_number, end_line_number); end
1148
+ end
1149
+ class Pry::Command::BangPry < Pry::ClassCommand
1150
+ def process; end
1151
+ end
1152
+ class Pry::Command::ReloadCode < Pry::ClassCommand
1153
+ def check_for_reloadability(code_object); end
1154
+ def current_file; end
1155
+ def obj_name; end
1156
+ def process; end
1157
+ def reload_code_object(code_object); end
1158
+ def reload_current_file; end
1159
+ end
1160
+ class Pry::Command::Nesting < Pry::ClassCommand
1161
+ def process; end
1162
+ end
1163
+ class Pry::Command::ShellCommand < Pry::ClassCommand
1164
+ def complete(search); end
1165
+ def process(cmd); end
1166
+ end
1167
+ class Pry::Command::GemCd < Pry::ClassCommand
1168
+ def complete(str); end
1169
+ def process(gem); end
1170
+ end
1171
+ class Pry::Command::JumpTo < Pry::ClassCommand
1172
+ def process(break_level); end
1173
+ end
1174
+ class Pry::Command::SwitchTo < Pry::ClassCommand
1175
+ def process(selection); end
1176
+ end
1177
+ class Pry::Command::GemInstall < Pry::ClassCommand
1178
+ def process(gem); end
1179
+ def setup; end
1180
+ end
1181
+ class Pry::Command::Hist < Pry::ClassCommand
1182
+ def check_for_juxtaposed_replay(replay_sequence); end
1183
+ def options(opt); end
1184
+ def process; end
1185
+ def process_clear; end
1186
+ def process_display; end
1187
+ def process_replay; end
1188
+ def process_save; end
1189
+ end
1190
+ class Pry::Command::PryBacktrace < Pry::ClassCommand
1191
+ def process; end
1192
+ end
1193
+ module Pry::BondCompleter
1194
+ def self.build_completion_proc(target, pry = nil, commands = nil); end
1195
+ def self.start; end
1196
+ end
1197
+ module Pry::InputCompleter
1198
+ def self.build_completion_proc(target, pry = nil, commands = nil); end
1199
+ def self.build_path(input); end
1200
+ def self.initialize_readline; end
1201
+ def self.select_message(path, receiver, message, candidates); end
1202
+ end
1203
+ class Pry::PluginManager
1204
+ def gem_located?(gem_name); end
1205
+ def initialize; end
1206
+ def load_plugins; end
1207
+ def locate_plugins; end
1208
+ def plugins; end
1209
+ end
1210
+ class Pry::PluginManager::NoPlugin
1211
+ def initialize(name); end
1212
+ def method_missing(*args); end
1213
+ end
1214
+ class Pry::PluginManager::Plugin
1215
+ def activate!; end
1216
+ def active; end
1217
+ def active=(arg0); end
1218
+ def active?; end
1219
+ def disable!; end
1220
+ def enable!; end
1221
+ def enabled; end
1222
+ def enabled=(arg0); end
1223
+ def enabled?; end
1224
+ def gem_name; end
1225
+ def gem_name=(arg0); end
1226
+ def initialize(name, gem_name, spec, enabled); end
1227
+ def load_cli_options; end
1228
+ def name; end
1229
+ def name=(arg0); end
1230
+ def spec; end
1231
+ def spec=(arg0); end
1232
+ end
1233
+ class Object < BasicObject
1234
+ def __binding__; end
1235
+ def pry(object = nil, hash = nil); end
1236
+ end
1237
+ class Pry::Config < OpenStruct
1238
+ def auto_indent; end
1239
+ def auto_indent=(arg0); end
1240
+ def collision_warning; end
1241
+ def collision_warning=(arg0); end
1242
+ def color; end
1243
+ def color=(arg0); end
1244
+ def command_prefix; end
1245
+ def command_prefix=(arg0); end
1246
+ def commands; end
1247
+ def commands=(arg0); end
1248
+ def completer; end
1249
+ def completer=(arg0); end
1250
+ def control_d_handler; end
1251
+ def control_d_handler=(arg0); end
1252
+ def correct_indent; end
1253
+ def correct_indent=(arg0); end
1254
+ def default_window_size; end
1255
+ def default_window_size=(arg0); end
1256
+ def disable_auto_reload; end
1257
+ def disable_auto_reload=(arg0); end
1258
+ def editor; end
1259
+ def editor=(arg0); end
1260
+ def exception_handler; end
1261
+ def exception_handler=(arg0); end
1262
+ def exception_whitelist; end
1263
+ def exception_whitelist=(arg0); end
1264
+ def extra_sticky_locals; end
1265
+ def extra_sticky_locals=(arg0); end
1266
+ def gist; end
1267
+ def gist=(arg0); end
1268
+ def history; end
1269
+ def history=(arg0); end
1270
+ def hooks; end
1271
+ def hooks=(v); end
1272
+ def input; end
1273
+ def input=(input); end
1274
+ def input_stack; end
1275
+ def input_stack=(arg0); end
1276
+ def memory_size; end
1277
+ def memory_size=(arg0); end
1278
+ def output; end
1279
+ def output=(arg0); end
1280
+ def pager; end
1281
+ def pager=(arg0); end
1282
+ def plugins; end
1283
+ def plugins=(arg0); end
1284
+ def print; end
1285
+ def print=(arg0); end
1286
+ def prompt; end
1287
+ def prompt=(arg0); end
1288
+ def prompt_name; end
1289
+ def prompt_name=(arg0); end
1290
+ def requires; end
1291
+ def requires=(arg0); end
1292
+ def should_load_local_rc; end
1293
+ def should_load_local_rc=(arg0); end
1294
+ def should_load_plugins; end
1295
+ def should_load_plugins=(arg0); end
1296
+ def should_load_rc; end
1297
+ def should_load_rc=(arg0); end
1298
+ def should_load_requires; end
1299
+ def should_load_requires=(arg0); end
1300
+ def should_trap_interrupts; end
1301
+ def should_trap_interrupts=(arg0); end
1302
+ def system; end
1303
+ def system=(arg0); end
1304
+ end
1305
+ class Pry::Indent
1306
+ def correct_indentation(prompt, code, overhang = nil); end
1307
+ def current_prefix; end
1308
+ def end_of_statement?(last_token, last_kind); end
1309
+ def in_string?; end
1310
+ def indent(input); end
1311
+ def indent_level; end
1312
+ def indentation_delta(tokens); end
1313
+ def initialize; end
1314
+ def module_nesting; end
1315
+ def open_delimiters; end
1316
+ def open_delimiters_line; end
1317
+ def reset; end
1318
+ def self.indent(str); end
1319
+ def self.nesting_at(str, line_number); end
1320
+ def stack; end
1321
+ def tokenize(string); end
1322
+ def track_delimiter(token); end
1323
+ def track_module_nesting(token, kind); end
1324
+ def track_module_nesting_end(token, kind = nil); end
1325
+ include Pry::Helpers::BaseHelpers
1326
+ end
1327
+ class Pry::Indent::UnparseableNestingError < StandardError
1328
+ end
1329
+ class Pry::CLI
1330
+ def self.add_options(&block); end
1331
+ def self.add_plugin_options; end
1332
+ def self.input_args; end
1333
+ def self.input_args=(arg0); end
1334
+ def self.option_processors; end
1335
+ def self.option_processors=(arg0); end
1336
+ def self.options; end
1337
+ def self.options=(arg0); end
1338
+ def self.parse_options(args = nil); end
1339
+ def self.process_options(&block); end
1340
+ def self.reset; end
1341
+ end
1342
+ class Pry::CLI::NoOptionsError < StandardError
1343
+ end
1344
+ class Slop::Option
1345
+ def argument?; end
1346
+ def as?; end
1347
+ def autocreated?; end
1348
+ def callback?; end
1349
+ def default?; end
1350
+ def delimiter?; end
1351
+ def limit?; end
1352
+ def match?; end
1353
+ def optional?; end
1354
+ def optional_argument?; end
1355
+ def required?; end
1356
+ def tail?; end
1357
+ end
1358
+ class Pry::Pager
1359
+ def initialize(text); end
1360
+ def self.page(text, pager = nil); end
1361
+ def self.page_size; end
1362
+ end
1363
+ class Pry::Pager::SimplePager < Pry::Pager
1364
+ def page; end
1365
+ end
1366
+ class Pry::Pager::SystemPager < Pry::Pager
1367
+ def initialize(*arg0); end
1368
+ def page; end
1369
+ def self.available?; end
1370
+ def self.default_pager; end
1371
+ end
1372
+ class Pry::Terminal
1373
+ def self.actual_screen_size; end
1374
+ def self.height!; end
1375
+ def self.nonzero_column?(size); end
1376
+ def self.screen_size; end
1377
+ def self.screen_size_according_to_ansicon_env; end
1378
+ def self.screen_size_according_to_env; end
1379
+ def self.screen_size_according_to_io_console; end
1380
+ def self.screen_size_according_to_readline; end
1381
+ def self.size!(default = nil); end
1382
+ def self.width!; end
1383
+ end
1384
+ class Pry::Editor
1385
+ def self.blocking_flag_for_editor(blocking); end
1386
+ def self.build_editor_invocation_string(file, line, blocking); end
1387
+ def self.edit_tempfile_with_content(initial_content, line = nil); end
1388
+ def self.editor_name; end
1389
+ def self.invoke_editor(file, line, blocking = nil); end
1390
+ def self.open_editor(editor_invocation); end
1391
+ def self.open_editor_on_jruby(editor_invocation); end
1392
+ def self.start_line_syntax_for_editor(file_name, line_number); end
1393
+ extend Pry::Helpers::BaseHelpers
1394
+ extend Pry::Helpers::CommandHelpers
1395
+ end
1396
+ module Pry::Rubygem
1397
+ def self.complete(so_far); end
1398
+ def self.install(name); end
1399
+ def self.installed?(name); end
1400
+ def self.list(pattern = nil); end
1401
+ def self.spec(name); end
1402
+ end
1403
+ module Pry::RescuableException
1404
+ def self.===(exception); end
1405
+ end
1406
+ module Pry::UserError
1407
+ end
1408
+ module Pry::TooSafeException
1409
+ def self.===(exception); end
1410
+ end
1411
+ class Pry::CommandError < StandardError
1412
+ end
1413
+ class Pry::MethodNotFound < Pry::CommandError
1414
+ end
1415
+ class Pry::ObsoleteError < StandardError
1416
+ end
1417
+ module Pry::ExtendCommandBundle
1418
+ end