Class
Pry::Command::Edit
In:
lib/pry/commands/edit.rb
lib/pry/commands/edit/exception_patcher.rb
lib/pry/commands/edit/file_and_line_locator.rb
Parent:
Pry::ClassCommand
Methods
apply_runtime_patch
bad_option_combination?
code_object
ensure_file_name_is_valid
file_and_line
file_and_line_for_current_exception
file_based_exception?
file_edit
filename_argument
initial_temp_file_content
input_expression
never_reload?
options
patch_exception?
probably_a_file?
process
pry_method?
reload?
reloadable?
repl_edit
repl_edit?
runtime_patch?
Classes and Modules
Module
Pry::Command::Edit::FileAndLineLocator
Class
Pry::Command::Edit::ExceptionPatcher
Public Instance methods
apply_runtime_patch
()
bad_option_combination?
()
code_object
()
ensure_file_name_is_valid
(file_name)
file_and_line
()
file_and_line_for_current_exception
()
file_based_exception?
()
file_edit
()
filename_argument
()
initial_temp_file_content
()
input_expression
()
never_reload?
()
options
(opt)
patch_exception?
()
probably_a_file?
(str)
process
()
pry_method?
(code_object)
reload?
(file_name="")
reloadable?
()
repl_edit
()
repl_edit?
()
runtime_patch?
()
[Validate]