1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry/commands/disabled_commands.rb
Kyrylo Silin 0bfad583f5 Rename "DEPRECATED" to "DISABLED"
Fix issue #817 (DEPRECATED: Use `edit` instead.)

Rename `CommandSet#deprecated_command` to `#disabled_command`. Rename
the file in "commands/", too.
2013-01-24 03:39:25 +02:00

2 lines
159 B
Ruby

Pry::Commands.disabled_command("edit-method", "Use `edit` instead.")
Pry::Commands.disabled_command("show-command", "Use show-source [command_name] instead.")