cybrid_api_id_ruby 0.126.55 → 0.126.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +17 -10
- data/README.md +5 -5
- data/cybrid_api_id_ruby.gemspec +1 -1
- data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/error_response_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/patch_user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/version.rb +2 -2
- data/lib/cybrid_api_id_ruby.rb +1 -1
- data/spec/api/bank_applications_idp_api_spec.rb +1 -1
- data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
- data/spec/api/organization_applications_idp_api_spec.rb +1 -1
- data/spec/api/users_idp_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/application_idp_model_spec.rb +1 -1
- data/spec/models/application_list_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
- data/spec/models/customer_token_idp_model_spec.rb +1 -1
- data/spec/models/error_response_idp_model_spec.rb +1 -1
- data/spec/models/patch_user_idp_model_spec.rb +1 -1
- data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
- data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
- data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
- data/spec/models/post_user_idp_model_spec.rb +1 -1
- data/spec/models/user_idp_model_spec.rb +1 -1
- data/spec/models/user_list_idp_model_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/cache/byebug-13.0.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/io-console-0.8.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/pry-0.16.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/pry-byebug-3.12.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/reline-0.6.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{byebug-12.0.0 → byebug-13.0.0}/gem_make.out +18 -18
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem_make.out +39 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/io/console.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/mkmf.log +352 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/CHANGELOG.md +22 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/CONTRIBUTING.md +9 -9
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/GUIDE.md +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/README.md +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/ext/byebug/breakpoint.c +42 -41
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/ext/byebug/byebug.c +6 -6
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/ext/byebug/byebug.h +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/ext/byebug/context.c +47 -52
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/ext/byebug/threads.c +23 -10
- data/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/irb.rb +2 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/where.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/context.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/parse.rb +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/history.rb +8 -18
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/interfaces/local_interface.rb +8 -8
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/.document +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/BSDL +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/COPYING +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/README.md +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console/Makefile +271 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console/console.c +2022 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console/extconf.rb +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console/win32_vk.inc +1390 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/lib/io/console/size.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/lib/io/console.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/CHANGELOG.md +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/LICENSE +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/README.md +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/cli.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/show_doc.rb +1 -10
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.16.0/lib/pry/commands/show_source.rb +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/config.rb +15 -8
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/method/weird_method_locator.rb +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/method.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/pry_class.rb +1 -28
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/wrapped_module/candidate.rb +7 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/CHANGELOG.md +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/README.md +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/BSDL +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/COPYING +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/README.md +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/config.rb +378 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/face.rb +199 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/history.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/io/ansi.rb +310 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/io/dumb.rb +120 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/io/windows.rb +530 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/io.rb +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/key_actor/base.rb +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/key_actor/composite.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/key_actor/emacs.rb +517 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/key_actor/vi_command.rb +518 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/key_actor/vi_insert.rb +517 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/key_actor.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/key_stroke.rb +119 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/kill_ring.rb +125 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/line_editor.rb +2356 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/unicode/east_asian_width.rb +1292 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/unicode.rb +421 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/lib/reline.rb +527 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.6.3/license_of_rb-readline +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/{byebug-12.0.0.gemspec → byebug-13.0.0.gemspec} +5 -4
- data/vendor/bundle/ruby/3.3.0/specifications/io-console-0.8.2.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/{pry-0.15.2.gemspec → pry-0.16.0.gemspec} +6 -5
- data/vendor/bundle/ruby/3.3.0/specifications/{pry-byebug-3.11.0.gemspec → pry-byebug-3.12.0.gemspec} +8 -7
- data/vendor/bundle/ruby/3.3.0/specifications/reline-0.6.3.gemspec +26 -0
- metadata +351 -309
- data/vendor/bundle/ruby/3.3.0/cache/byebug-12.0.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/pry-0.15.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/pry-byebug-3.11.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-12.0.0/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-12.0.0/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.15.2/lib/pry/commands/show_source.rb +0 -118
- /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{byebug-12.0.0 → byebug-13.0.0}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/exe/byebug +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/ext/byebug/Makefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/ext/byebug/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/ext/byebug/locker.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/attacher.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/breakpoint.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/command.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/command_list.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/break.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/catch.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/condition.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/continue.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/debug.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/delete.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/disable/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/disable/display.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/disable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/display.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/down.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/edit.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/enable/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/enable/display.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/enable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/finish.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/frame.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/help.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/history.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/info/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/info/display.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/info/file.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/info/line.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/info/program.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/info.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/interrupt.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/kill.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/list.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/method.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/next.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/pry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/quit.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/restart.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/save.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/set.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/show.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/skip.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/source.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/step.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/thread/current.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/thread/list.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/thread/resume.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/thread/stop.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/thread/switch.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/thread.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/tracevar.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/undisplay.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/untracevar.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/up.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/var/all.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/var/args.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/var/const.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/var/global.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/var/instance.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/var/local.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/var.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/core.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/frame.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/bin.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/eval.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/file.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/frame.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/path.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/reflection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/string.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/thread.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/toggle.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/helpers/var.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/interface.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/interfaces/remote_interface.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/interfaces/script_interface.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/interfaces/test_interface.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/option_setter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/printers/base.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/printers/plain.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/printers/texts/base.yml +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/printers/texts/plain.yml +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/processors/command_processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/processors/control_processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/processors/post_mortem_processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/processors/script_processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/remote/client.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/remote/server.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/remote.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/runner.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/setting.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/autoirb.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/autolist.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/autopry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/autosave.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/basename.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/callstyle.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/fullpath.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/histfile.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/histsize.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/linetrace.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/listsize.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/post_mortem.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/savefile.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/stack_on_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/settings/width.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/source_file_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/subcommands.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/bin/pry +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/basic_object.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/block_command.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/class_command.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/code/code_file.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/code/code_range.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/code/loc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/code.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/code_object.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/color_printer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/command.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/command_set.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/command_state.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/amend_line.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/bang.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/bang_pry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/cat/abstract_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/cat/exception_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/cat/file_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/cat/input_expression_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/cat.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/cd.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/change_inspector.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/change_prompt.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/clear_screen.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/code_collector.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/disable_pry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/easter_eggs.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/edit/exception_patcher.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/edit/file_and_line_locator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/edit.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/exit.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/exit_all.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/exit_program.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/find_method.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/fix_indent.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/help.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/hist.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/import_set.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/jump_to.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/list_inspectors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/config.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/globals.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/grep.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/instance_vars.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/interrogatable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/jruby_hacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/local_names.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/local_vars.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/ls_entity.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/methods.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/methods_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls/self_methods.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ls.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/nesting.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/play.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/pry_backtrace.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/pry_version.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/raise_up.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/reload_code.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/reset.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/ri.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/save_file.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/shell_command.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/shell_mode.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/show_info.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/show_input.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/stat.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/switch_to.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/toggle_color.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/watch_expression/expression.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/watch_expression.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/whereami.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/commands/wtf.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/config/attributable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/config/lazy_value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/config/memoized_value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/config/value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/control_d_handler.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/core_extensions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/editor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/env.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/exception_handler.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/exceptions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/forwardable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/helpers/base_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/helpers/command_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/helpers/documentation_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/helpers/options_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/helpers/platform.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/helpers/table.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/helpers/text.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/history.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/hooks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/indent.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/input/simple_stdio.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/input_completer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/input_lock.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/inspector.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/last_exception.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/method/disowned.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/method/patcher.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/object_path.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/output.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/pager.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/prompt.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/pry_instance.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/repl.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/repl_file_loader.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/ring.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/slop/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/slop/commands.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/slop/option.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/slop.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/syntax_highlighter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/system_command_handler.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/testable/evalable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/testable/mockable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/testable/pry_tester.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/testable/utility.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/testable/variables.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/testable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/warning.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.15.2 → pry-0.16.0}/lib/pry/wrapped_module.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/byebug/processors/pry_processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry/byebug/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/base.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/cli.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands/backtrace.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands/breakpoint.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands/continue.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands/down.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands/exit_all.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands/finish.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands/frame.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands/next.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands/step.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands/up.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/commands.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/control_d_handler.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/helpers/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/helpers/location.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/helpers/multiline.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/helpers/navigation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/pry_ext.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug/pry_remote_ext.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.11.0 → pry-byebug-3.12.0}/lib/pry-byebug.rb +0 -0
|
@@ -15,6 +15,25 @@ byebug_reset_stepping_stop_points(debug_context_t *context)
|
|
|
15
15
|
context->steps_out = -1;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
static void context_mark(void *data);
|
|
19
|
+
|
|
20
|
+
static const rb_data_type_t debug_context_type = {
|
|
21
|
+
"Byebug::Context",
|
|
22
|
+
{
|
|
23
|
+
context_mark,
|
|
24
|
+
RUBY_NEVER_FREE,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
debug_context_t *
|
|
29
|
+
debug_context_ptr(VALUE self)
|
|
30
|
+
{
|
|
31
|
+
debug_context_t *context;
|
|
32
|
+
|
|
33
|
+
TypedData_Get_Struct(self, debug_context_t, &debug_context_type, context);
|
|
34
|
+
return context;
|
|
35
|
+
}
|
|
36
|
+
|
|
18
37
|
/*
|
|
19
38
|
* call-seq:
|
|
20
39
|
* context.dead? -> bool
|
|
@@ -25,9 +44,8 @@ byebug_reset_stepping_stop_points(debug_context_t *context)
|
|
|
25
44
|
static inline VALUE
|
|
26
45
|
Context_dead(VALUE self)
|
|
27
46
|
{
|
|
28
|
-
debug_context_t *context;
|
|
47
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
29
48
|
|
|
30
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
31
49
|
return CTX_FL_TEST(context, CTX_FL_DEAD) ? Qtrue : Qfalse;
|
|
32
50
|
}
|
|
33
51
|
|
|
@@ -58,7 +76,8 @@ dc_stack_size(debug_context_t *context)
|
|
|
58
76
|
extern VALUE
|
|
59
77
|
byebug_context_create(VALUE thread)
|
|
60
78
|
{
|
|
61
|
-
debug_context_t *context
|
|
79
|
+
debug_context_t *context;
|
|
80
|
+
VALUE obj = TypedData_Make_Struct(cContext, debug_context_t, &debug_context_type, context);
|
|
62
81
|
|
|
63
82
|
context->flags = 0;
|
|
64
83
|
context->thnum = ++thnum_max;
|
|
@@ -72,20 +91,21 @@ byebug_context_create(VALUE thread)
|
|
|
72
91
|
if (rb_obj_class(thread) == cDebugThread)
|
|
73
92
|
CTX_FL_SET(context, CTX_FL_IGNORE);
|
|
74
93
|
|
|
75
|
-
return
|
|
94
|
+
return obj;
|
|
76
95
|
}
|
|
77
96
|
|
|
78
97
|
extern VALUE
|
|
79
98
|
context_dup(debug_context_t *context)
|
|
80
99
|
{
|
|
81
|
-
debug_context_t *new_context
|
|
100
|
+
debug_context_t *new_context;
|
|
101
|
+
VALUE obj = TypedData_Make_Struct(cContext, debug_context_t, &debug_context_type, new_context);
|
|
82
102
|
|
|
83
103
|
memcpy(new_context, context, sizeof(debug_context_t));
|
|
84
104
|
byebug_reset_stepping_stop_points(new_context);
|
|
85
105
|
new_context->backtrace = context->backtrace;
|
|
86
106
|
CTX_FL_SET(new_context, CTX_FL_DEAD);
|
|
87
107
|
|
|
88
|
-
return
|
|
108
|
+
return obj;
|
|
89
109
|
}
|
|
90
110
|
|
|
91
111
|
|
|
@@ -204,14 +224,13 @@ call_with_debug_inspector(struct call_with_inspection_data *data)
|
|
|
204
224
|
(VALUE)data);
|
|
205
225
|
}
|
|
206
226
|
|
|
207
|
-
#define FRAME_SETUP
|
|
208
|
-
debug_context_t *context;
|
|
209
|
-
VALUE frame_no;
|
|
210
|
-
int frame_n;
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
else \
|
|
227
|
+
#define FRAME_SETUP \
|
|
228
|
+
debug_context_t *context = debug_context_ptr(self); \
|
|
229
|
+
VALUE frame_no; \
|
|
230
|
+
int frame_n; \
|
|
231
|
+
if (!rb_scan_args(argc, argv, "01", &frame_no)) \
|
|
232
|
+
frame_n = 0; \
|
|
233
|
+
else \
|
|
215
234
|
frame_n = FIX2INT(frame_no);
|
|
216
235
|
|
|
217
236
|
/*
|
|
@@ -325,9 +344,8 @@ Context_frame_self(int argc, VALUE *argv, VALUE self)
|
|
|
325
344
|
static inline VALUE
|
|
326
345
|
Context_ignored(VALUE self)
|
|
327
346
|
{
|
|
328
|
-
debug_context_t *context;
|
|
347
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
329
348
|
|
|
330
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
331
349
|
return CTX_FL_TEST(context, CTX_FL_IGNORE) ? Qtrue : Qfalse;
|
|
332
350
|
}
|
|
333
351
|
|
|
@@ -340,9 +358,7 @@ Context_ignored(VALUE self)
|
|
|
340
358
|
static VALUE
|
|
341
359
|
Context_resume(VALUE self)
|
|
342
360
|
{
|
|
343
|
-
debug_context_t *context;
|
|
344
|
-
|
|
345
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
361
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
346
362
|
|
|
347
363
|
if (!CTX_FL_TEST(context, CTX_FL_SUSPEND))
|
|
348
364
|
return Qnil;
|
|
@@ -364,9 +380,7 @@ Context_resume(VALUE self)
|
|
|
364
380
|
static inline VALUE
|
|
365
381
|
Context_backtrace(VALUE self)
|
|
366
382
|
{
|
|
367
|
-
debug_context_t *context;
|
|
368
|
-
|
|
369
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
383
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
370
384
|
|
|
371
385
|
return dc_backtrace(context);
|
|
372
386
|
}
|
|
@@ -374,11 +388,9 @@ Context_backtrace(VALUE self)
|
|
|
374
388
|
static VALUE
|
|
375
389
|
Context_stop_reason(VALUE self)
|
|
376
390
|
{
|
|
377
|
-
debug_context_t *context;
|
|
391
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
378
392
|
const char *symbol;
|
|
379
393
|
|
|
380
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
381
|
-
|
|
382
394
|
if (CTX_FL_TEST(context, CTX_FL_DEAD))
|
|
383
395
|
symbol = "post-mortem";
|
|
384
396
|
else
|
|
@@ -412,9 +424,7 @@ Context_step_into(int argc, VALUE *argv, VALUE self)
|
|
|
412
424
|
{
|
|
413
425
|
VALUE steps, v_frame;
|
|
414
426
|
int n_args, from_frame;
|
|
415
|
-
debug_context_t *context;
|
|
416
|
-
|
|
417
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
427
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
418
428
|
|
|
419
429
|
if (context->calced_stack_size == 0)
|
|
420
430
|
rb_raise(rb_eRuntimeError, "No frames collected.");
|
|
@@ -452,13 +462,11 @@ Context_step_out(int argc, VALUE *argv, VALUE self)
|
|
|
452
462
|
{
|
|
453
463
|
int n_args, n_frames;
|
|
454
464
|
VALUE v_frames, force;
|
|
455
|
-
debug_context_t *context;
|
|
465
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
456
466
|
|
|
457
467
|
n_args = rb_scan_args(argc, argv, "02", &v_frames, &force);
|
|
458
468
|
n_frames = n_args == 0 ? 1 : FIX2INT(v_frames);
|
|
459
469
|
|
|
460
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
461
|
-
|
|
462
470
|
if (n_frames < 0 || n_frames > context->calced_stack_size)
|
|
463
471
|
rb_raise(rb_eRuntimeError,
|
|
464
472
|
"You want to finish %d frames, but stack size is only %d",
|
|
@@ -485,9 +493,7 @@ Context_step_over(int argc, VALUE *argv, VALUE self)
|
|
|
485
493
|
{
|
|
486
494
|
int n_args, frame;
|
|
487
495
|
VALUE lines, v_frame;
|
|
488
|
-
debug_context_t *context;
|
|
489
|
-
|
|
490
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
496
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
491
497
|
|
|
492
498
|
if (context->calced_stack_size == 0)
|
|
493
499
|
rb_raise(rb_eRuntimeError, "No frames collected.");
|
|
@@ -515,9 +521,7 @@ static VALUE
|
|
|
515
521
|
Context_suspend(VALUE self)
|
|
516
522
|
{
|
|
517
523
|
VALUE status;
|
|
518
|
-
debug_context_t *context;
|
|
519
|
-
|
|
520
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
524
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
521
525
|
|
|
522
526
|
status = rb_funcall(context->thread, rb_intern("status"), 0);
|
|
523
527
|
|
|
@@ -542,9 +546,7 @@ Context_suspend(VALUE self)
|
|
|
542
546
|
static VALUE
|
|
543
547
|
Context_switch(VALUE self)
|
|
544
548
|
{
|
|
545
|
-
debug_context_t *context;
|
|
546
|
-
|
|
547
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
549
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
548
550
|
|
|
549
551
|
next_thread = context->thread;
|
|
550
552
|
|
|
@@ -564,9 +566,7 @@ Context_switch(VALUE self)
|
|
|
564
566
|
static VALUE
|
|
565
567
|
Context_is_suspended(VALUE self)
|
|
566
568
|
{
|
|
567
|
-
debug_context_t *context;
|
|
568
|
-
|
|
569
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
569
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
570
570
|
|
|
571
571
|
return CTX_FL_TEST(context, CTX_FL_SUSPEND) ? Qtrue : Qfalse;
|
|
572
572
|
}
|
|
@@ -580,9 +580,8 @@ Context_is_suspended(VALUE self)
|
|
|
580
580
|
static inline VALUE
|
|
581
581
|
Context_thnum(VALUE self)
|
|
582
582
|
{
|
|
583
|
-
debug_context_t *context;
|
|
583
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
584
584
|
|
|
585
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
586
585
|
return INT2FIX(context->thnum);
|
|
587
586
|
}
|
|
588
587
|
|
|
@@ -595,9 +594,8 @@ Context_thnum(VALUE self)
|
|
|
595
594
|
static inline VALUE
|
|
596
595
|
Context_thread(VALUE self)
|
|
597
596
|
{
|
|
598
|
-
debug_context_t *context;
|
|
597
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
599
598
|
|
|
600
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
601
599
|
return context->thread;
|
|
602
600
|
}
|
|
603
601
|
|
|
@@ -610,9 +608,8 @@ Context_thread(VALUE self)
|
|
|
610
608
|
static VALUE
|
|
611
609
|
Context_tracing(VALUE self)
|
|
612
610
|
{
|
|
613
|
-
debug_context_t *context;
|
|
611
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
614
612
|
|
|
615
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
616
613
|
return CTX_FL_TEST(context, CTX_FL_TRACING) ? Qtrue : Qfalse;
|
|
617
614
|
}
|
|
618
615
|
|
|
@@ -625,9 +622,7 @@ Context_tracing(VALUE self)
|
|
|
625
622
|
static VALUE
|
|
626
623
|
Context_set_tracing(VALUE self, VALUE value)
|
|
627
624
|
{
|
|
628
|
-
debug_context_t *context;
|
|
629
|
-
|
|
630
|
-
Data_Get_Struct(self, debug_context_t, context);
|
|
625
|
+
debug_context_t *context = debug_context_ptr(self);
|
|
631
626
|
|
|
632
627
|
if (RTEST(value))
|
|
633
628
|
CTX_FL_SET(context, CTX_FL_TRACING);
|
|
@@ -42,6 +42,14 @@ t_tbl_free(void *data)
|
|
|
42
42
|
xfree(t_tbl);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
static const rb_data_type_t threads_table_type = {
|
|
46
|
+
"Byebug::ThreadsTable",
|
|
47
|
+
{
|
|
48
|
+
t_tbl_mark,
|
|
49
|
+
t_tbl_free,
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
|
|
45
53
|
/*
|
|
46
54
|
* Creates a numeric hash whose keys are the currently active threads and
|
|
47
55
|
* whose values are their associated contexts.
|
|
@@ -50,10 +58,19 @@ VALUE
|
|
|
50
58
|
create_threads_table(void)
|
|
51
59
|
{
|
|
52
60
|
threads_table_t *t_tbl;
|
|
61
|
+
VALUE tbl = TypedData_Make_Struct(cThreadsTable, threads_table_t, &threads_table_type, t_tbl);
|
|
53
62
|
|
|
54
|
-
t_tbl = ALLOC(threads_table_t);
|
|
55
63
|
t_tbl->tbl = st_init_numtable();
|
|
56
|
-
return
|
|
64
|
+
return tbl;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
threads_table_t *
|
|
68
|
+
threads_table_ptr(VALUE threads)
|
|
69
|
+
{
|
|
70
|
+
threads_table_t *t_tbl;
|
|
71
|
+
|
|
72
|
+
TypedData_Get_Struct(threads, threads_table_t, &threads_table_type, t_tbl);
|
|
73
|
+
return t_tbl;
|
|
57
74
|
}
|
|
58
75
|
|
|
59
76
|
/*
|
|
@@ -100,9 +117,7 @@ is_living_thread(VALUE thread)
|
|
|
100
117
|
static void
|
|
101
118
|
cleanup_dead_threads(void)
|
|
102
119
|
{
|
|
103
|
-
threads_table_t *t_tbl;
|
|
104
|
-
|
|
105
|
-
Data_Get_Struct(threads, threads_table_t, t_tbl);
|
|
120
|
+
threads_table_t *t_tbl = threads_table_ptr(threads);
|
|
106
121
|
st_foreach(t_tbl->tbl, check_thread_i, 0);
|
|
107
122
|
}
|
|
108
123
|
|
|
@@ -112,9 +127,7 @@ cleanup_dead_threads(void)
|
|
|
112
127
|
void
|
|
113
128
|
thread_context_lookup(VALUE thread, VALUE *context)
|
|
114
129
|
{
|
|
115
|
-
threads_table_t *t_tbl;
|
|
116
|
-
|
|
117
|
-
Data_Get_Struct(threads, threads_table_t, t_tbl);
|
|
130
|
+
threads_table_t *t_tbl = threads_table_ptr(threads);
|
|
118
131
|
|
|
119
132
|
if (!st_lookup(t_tbl->tbl, thread, context) || !*context)
|
|
120
133
|
{
|
|
@@ -186,7 +199,7 @@ Unlock(VALUE self)
|
|
|
186
199
|
UNUSED(self);
|
|
187
200
|
|
|
188
201
|
thread_context_lookup(rb_thread_current(), &context);
|
|
189
|
-
|
|
202
|
+
dc = debug_context_ptr(context);
|
|
190
203
|
|
|
191
204
|
CTX_FL_SET(dc, CTX_FL_IGNORE);
|
|
192
205
|
|
|
@@ -213,7 +226,7 @@ Lock(VALUE self)
|
|
|
213
226
|
rb_raise(rb_eRuntimeError, "Current thread is dead!");
|
|
214
227
|
|
|
215
228
|
thread_context_lookup(rb_thread_current(), &context);
|
|
216
|
-
|
|
229
|
+
dc = debug_context_ptr(context);
|
|
217
230
|
|
|
218
231
|
acquire_lock(dc);
|
|
219
232
|
|
|
Binary file
|
data/vendor/bundle/ruby/3.3.0/gems/{byebug-12.0.0 → byebug-13.0.0}/lib/byebug/commands/irb.rb
RENAMED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
require_relative "../command"
|
|
4
|
-
require "irb"
|
|
5
4
|
require "English"
|
|
6
5
|
|
|
7
6
|
module Byebug
|
|
@@ -30,6 +29,8 @@ module Byebug
|
|
|
30
29
|
def execute
|
|
31
30
|
return errmsg(pr("base.errors.only_local")) unless processor.interface.instance_of?(LocalInterface)
|
|
32
31
|
|
|
32
|
+
require "irb"
|
|
33
|
+
|
|
33
34
|
# @todo IRB tries to parse $ARGV so we must clear it (see #197). Add a
|
|
34
35
|
# test case for it so we can remove this comment.
|
|
35
36
|
with_clean_argv { IRB.start }
|
|
@@ -7,7 +7,7 @@ require_relative "processors/command_processor"
|
|
|
7
7
|
|
|
8
8
|
module Byebug
|
|
9
9
|
#
|
|
10
|
-
#
|
|
10
|
+
# Maintains context information for the debugger and it's the main
|
|
11
11
|
# communication point between the library and the C-extension through the
|
|
12
12
|
# at_breakpoint, at_catchpoint, at_tracing, at_line and at_return callbacks
|
|
13
13
|
#
|
|
@@ -1,16 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
require "readline"
|
|
5
|
-
rescue LoadError
|
|
6
|
-
warn <<-MESSAGE
|
|
7
|
-
Sorry, you can't use byebug without Readline. To solve this, you need to
|
|
8
|
-
rebuild Ruby with Readline support. If using Ubuntu, try `sudo apt-get
|
|
9
|
-
install libreadline-dev` and then reinstall your Ruby.
|
|
10
|
-
MESSAGE
|
|
11
|
-
|
|
12
|
-
raise
|
|
13
|
-
end
|
|
3
|
+
require "reline"
|
|
14
4
|
|
|
15
5
|
module Byebug
|
|
16
6
|
#
|
|
@@ -27,7 +17,7 @@ module Byebug
|
|
|
27
17
|
# Array holding the list of commands in history
|
|
28
18
|
#
|
|
29
19
|
def buffer
|
|
30
|
-
|
|
20
|
+
Reline::HISTORY.to_a
|
|
31
21
|
end
|
|
32
22
|
|
|
33
23
|
#
|
|
@@ -60,21 +50,21 @@ module Byebug
|
|
|
60
50
|
end
|
|
61
51
|
|
|
62
52
|
#
|
|
63
|
-
# Adds a new command to
|
|
53
|
+
# Adds a new command to Reline's history.
|
|
64
54
|
#
|
|
65
55
|
def push(cmd)
|
|
66
56
|
return if ignore?(cmd)
|
|
67
57
|
|
|
68
58
|
@size += 1
|
|
69
|
-
|
|
59
|
+
Reline::HISTORY.push(cmd)
|
|
70
60
|
end
|
|
71
61
|
|
|
72
62
|
#
|
|
73
|
-
# Removes a command from
|
|
63
|
+
# Removes a command from Reline's history.
|
|
74
64
|
#
|
|
75
65
|
def pop
|
|
76
66
|
@size -= 1
|
|
77
|
-
|
|
67
|
+
Reline::HISTORY.pop
|
|
78
68
|
end
|
|
79
69
|
|
|
80
70
|
#
|
|
@@ -122,9 +112,9 @@ module Byebug
|
|
|
122
112
|
#
|
|
123
113
|
def ignore?(buf)
|
|
124
114
|
return true if /^\s*$/.match?(buf)
|
|
125
|
-
return false if
|
|
115
|
+
return false if Reline::HISTORY.empty?
|
|
126
116
|
|
|
127
|
-
buffer[
|
|
117
|
+
buffer[Reline::HISTORY.length - 1] == buf
|
|
128
118
|
end
|
|
129
119
|
end
|
|
130
120
|
end
|
|
@@ -15,13 +15,13 @@ module Byebug
|
|
|
15
15
|
end
|
|
16
16
|
|
|
17
17
|
#
|
|
18
|
-
# Reads a single line of input using
|
|
18
|
+
# Reads a single line of input using Reline. If Ctrl-D is pressed, it
|
|
19
19
|
# returns "continue", meaning that program's execution will go on.
|
|
20
20
|
#
|
|
21
21
|
# @param prompt Prompt to be displayed.
|
|
22
22
|
#
|
|
23
23
|
def readline(prompt)
|
|
24
|
-
with_repl_like_sigint {
|
|
24
|
+
with_repl_like_sigint { without_reline_completion { Reline.readline(prompt) || EOF_ALIAS } }
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
#
|
|
@@ -42,21 +42,21 @@ module Byebug
|
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
#
|
|
45
|
-
# Disable any
|
|
45
|
+
# Disable any Reline completion procs.
|
|
46
46
|
#
|
|
47
47
|
# Other gems, for example, IRB could've installed completion procs that are
|
|
48
48
|
# dependent on them being loaded. Disable those while byebug is the REPL
|
|
49
|
-
# making use of
|
|
49
|
+
# making use of Reline.
|
|
50
50
|
#
|
|
51
|
-
def
|
|
52
|
-
orig_completion =
|
|
51
|
+
def without_reline_completion
|
|
52
|
+
orig_completion = Reline.completion_proc
|
|
53
53
|
return yield unless orig_completion
|
|
54
54
|
|
|
55
55
|
begin
|
|
56
|
-
|
|
56
|
+
Reline.completion_proc = ->(_) { nil }
|
|
57
57
|
yield
|
|
58
58
|
ensure
|
|
59
|
-
|
|
59
|
+
Reline.completion_proc = orig_completion
|
|
60
60
|
end
|
|
61
61
|
end
|
|
62
62
|
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
|
|
2
|
+
|
|
3
|
+
Redistribution and use in source and binary forms, with or without
|
|
4
|
+
modification, are permitted provided that the following conditions
|
|
5
|
+
are met:
|
|
6
|
+
1. Redistributions of source code must retain the above copyright
|
|
7
|
+
notice, this list of conditions and the following disclaimer.
|
|
8
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
9
|
+
notice, this list of conditions and the following disclaimer in the
|
|
10
|
+
documentation and/or other materials provided with the distribution.
|
|
11
|
+
|
|
12
|
+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
13
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
14
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
15
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
16
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
17
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
18
|
+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
19
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
20
|
+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
21
|
+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
22
|
+
SUCH DAMAGE.
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
|
|
2
|
+
You can redistribute it and/or modify it under either the terms of the
|
|
3
|
+
2-clause BSDL (see the file BSDL), or the conditions below:
|
|
4
|
+
|
|
5
|
+
1. You may make and give away verbatim copies of the source form of the
|
|
6
|
+
software without restriction, provided that you duplicate all of the
|
|
7
|
+
original copyright notices and associated disclaimers.
|
|
8
|
+
|
|
9
|
+
2. You may modify your copy of the software in any way, provided that
|
|
10
|
+
you do at least ONE of the following:
|
|
11
|
+
|
|
12
|
+
a. place your modifications in the Public Domain or otherwise
|
|
13
|
+
make them Freely Available, such as by posting said
|
|
14
|
+
modifications to Usenet or an equivalent medium, or by allowing
|
|
15
|
+
the author to include your modifications in the software.
|
|
16
|
+
|
|
17
|
+
b. use the modified software only within your corporation or
|
|
18
|
+
organization.
|
|
19
|
+
|
|
20
|
+
c. give non-standard binaries non-standard names, with
|
|
21
|
+
instructions on where to get the original software distribution.
|
|
22
|
+
|
|
23
|
+
d. make other distribution arrangements with the author.
|
|
24
|
+
|
|
25
|
+
3. You may distribute the software in object code or binary form,
|
|
26
|
+
provided that you do at least ONE of the following:
|
|
27
|
+
|
|
28
|
+
a. distribute the binaries and library files of the software,
|
|
29
|
+
together with instructions (in the manual page or equivalent)
|
|
30
|
+
on where to get the original distribution.
|
|
31
|
+
|
|
32
|
+
b. accompany the distribution with the machine-readable source of
|
|
33
|
+
the software.
|
|
34
|
+
|
|
35
|
+
c. give non-standard binaries non-standard names, with
|
|
36
|
+
instructions on where to get the original software distribution.
|
|
37
|
+
|
|
38
|
+
d. make other distribution arrangements with the author.
|
|
39
|
+
|
|
40
|
+
4. You may modify and include the part of the software into any other
|
|
41
|
+
software (possibly commercial). But some files in the distribution
|
|
42
|
+
are not written by the author, so that they are not under these terms.
|
|
43
|
+
|
|
44
|
+
For the list of those files and their copying conditions, see the
|
|
45
|
+
file LEGAL.
|
|
46
|
+
|
|
47
|
+
5. The scripts and library files supplied as input to or produced as
|
|
48
|
+
output from the software do not automatically fall under the
|
|
49
|
+
copyright of the software, but belong to whomever generated them,
|
|
50
|
+
and may be sold commercially, and may be aggregated with this
|
|
51
|
+
software.
|
|
52
|
+
|
|
53
|
+
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
|
|
54
|
+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
|
55
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
56
|
+
PURPOSE.
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# IO.console
|
|
2
|
+
|
|
3
|
+
Add console capabilities to IO instances.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
Add this line to your application's Gemfile:
|
|
8
|
+
|
|
9
|
+
```ruby
|
|
10
|
+
gem 'io-console'
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
And then execute:
|
|
14
|
+
|
|
15
|
+
$ bundle
|
|
16
|
+
|
|
17
|
+
Or install it yourself as:
|
|
18
|
+
|
|
19
|
+
$ gem install io-console
|
|
20
|
+
|
|
21
|
+
## Usage
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'io/console'
|
|
25
|
+
|
|
26
|
+
IO.console -> #<File:/dev/tty>
|
|
27
|
+
IO.console(sym, *args)
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Returns a File instance opened console.
|
|
31
|
+
|
|
32
|
+
If `sym` is given, it will be sent to the opened console with `args` and the result will be returned instead of the console IO itself.
|
|
33
|
+
|
|
34
|
+
## Development
|
|
35
|
+
|
|
36
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
37
|
+
|
|
38
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
39
|
+
|
|
40
|
+
## Contributing
|
|
41
|
+
|
|
42
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/ruby/io-console.
|
|
43
|
+
|
|
44
|
+
## License
|
|
45
|
+
|
|
46
|
+
The gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause).
|