1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/spec/commands
John Mair 92c345aa12 module_candidate.rb improved class lookup regex
Bug prevented lookup of Deeply::Nested::Class::Definitions.

Also properly differentiate when looking up docs/source for *commands* and for the class that represents the command, i.e:
show-doc show-source #=> displays show-source --help
show-doc Pry::Command::ShowSource #=> comments above class definition (as with any other class)
2012-12-27 23:02:53 +01:00
..
amend_line_spec.rb PryTestHelpers methods are now module_functions, included into Bacon::Context by default 2012-12-07 23:08:49 +01:00
bang_spec.rb PryTestHelpers methods are now module_functions, included into Bacon::Context by default 2012-12-07 23:08:49 +01:00
cat_spec.rb PryTestHelpers methods are now module_functions, included into Bacon::Context by default 2012-12-07 23:08:49 +01:00
cd_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
disable_pry_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
edit_method_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
edit_spec.rb PryTestHelpers methods are now module_functions, included into Bacon::Context by default 2012-12-07 23:08:49 +01:00
exit_all_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
exit_program_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
exit_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
find_method_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
gem_list_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
gist_spec.rb Progress on gist + jruby crash 2012-12-09 23:21:18 -06:00
help_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
hist_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
jump_to_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
ls_spec.rb Fix ls formatting spec error 2012-12-09 22:11:09 -08:00
play_spec.rb PryTestHelpers methods are now module_functions, included into Bacon::Context by default 2012-12-07 23:08:49 +01:00
raise_up_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
save_file_spec.rb PryTestHelpers methods are now module_functions, included into Bacon::Context by default 2012-12-07 23:08:49 +01:00
show_doc_spec.rb module_candidate.rb improved class lookup regex 2012-12-27 23:02:53 +01:00
show_input_spec.rb PryTestHelpers methods are now module_functions, included into Bacon::Context by default 2012-12-07 23:08:49 +01:00
show_source_spec.rb show-source / show-doc: ensure _file_ and _line_ are set 2012-12-22 22:59:03 +01:00
whereami_spec.rb Revert "Make whereami more consistent (and less cheeky) [Fixes #383]" 2012-11-18 16:42:29 -08:00