pry--pry/lib/pry/commands
John Mair 407b20470a improve show-source/show-doc via Pry::CodeObject::Helpers mixin
Pry::CodeObject::Helpers mixin provides the following methods:
command?
module_with_yard_docs?
real_method_object?
c_method?

which are then mixed into the code objects: Pry::Command, Pry::Method, Pry::WrappedModule, Pry::WrappedModule::Candidate
2012-12-25 13:50:42 +01:00
..
amend_line.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
bang.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
bang_pry.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
cat.rb add .pryrc and .irbrc to files highlighted by cat command 2012-11-02 14:38:10 +01:00
cd.rb Fix old_stack behavior on error 2012-08-16 23:31:03 -07:00
disable_pry.rb NO_PRY -> DISABLE_PRY for consistency 2012-11-01 22:21:34 -07:00
easter_eggs.rb remove hysterical outburst from pessoa poem 2012-08-27 20:36:16 +12:00
edit.rb edit command: first stab at supporting ALL objects 2012-12-22 22:59:03 +01:00
edit_method.rb Directify edit-method and tests thereof 2012-08-18 21:00:57 -07:00
exit.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
exit_all.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
exit_program.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
find_method.rb Remove extended_commands, default_commands -> commands 2012-08-11 17:39:25 -07:00
gem_cd.rb Add completion for gem-open and gem-cd 2012-11-14 01:50:27 -08:00
gem_install.rb require gems after gem-install 2012-09-04 15:12:19 -07:00
gem_list.rb Add completion for gem-open and gem-cd 2012-11-14 01:50:27 -08:00
gem_open.rb Add completion for gem-open and gem-cd 2012-11-14 01:50:27 -08:00
gist.rb Progress on gist + jruby crash 2012-12-09 23:21:18 -06:00
help.rb Remove extended_commands, default_commands -> commands 2012-08-11 17:39:25 -07:00
hist.rb Define Options creation more exactly 2012-11-23 14:21:11 +02:00
import_set.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
install_command.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
jump_to.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
ls.rb page output of ls command 2012-12-07 19:55:27 +01:00
nesting.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
play.rb Add information about `play 1..2` syntax to help 2012-12-01 05:55:23 +02:00
pry_backtrace.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
pry_version.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
raise_up.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
reload_method.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
reset.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
ri.rb chmod -x file permissions 2012-11-07 14:01:52 -08:00
save_file.rb save-file should print "success" message, if a file was saved 2012-11-07 14:06:09 +01:00
shell_command.rb filename completion for cat and shell 2012-08-21 00:44:26 -07:00
shell_mode.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
show_command.rb DEPRACTED --> DEPRECATED 2012-08-19 12:32:10 +12:00
show_doc.rb improve show-source/show-doc via Pry::CodeObject::Helpers mixin 2012-12-25 13:50:42 +01:00
show_input.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
show_source.rb improve show-source/show-doc via Pry::CodeObject::Helpers mixin 2012-12-25 13:50:42 +01:00
simple_prompt.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
stat.rb Revert "Revert "Add support of aliases for `Method`"" 2012-08-29 01:23:29 -07:00
switch_to.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
toggle_color.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
whereami.rb Always show @line in whereami [Fixes #754] 2012-11-20 13:44:50 -08:00
wtf.rb Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00