mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
0bfad583f5
Fix issue #817 (DEPRECATED: Use `edit` instead.) Rename `CommandSet#deprecated_command` to `#disabled_command`. Rename the file in "commands/", too.
2 lines
159 B
Ruby
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.")
|