lib/pry/pry_class.rb in pry-0.5.8 vs lib/pry/pry_class.rb in pry-0.5.9
- old
+ new
@@ -131,10 +131,10 @@
cmd = commands.commands[name]
if cmd
action = cmd[:action]
commands.instance_exec(*Shellwords.shellwords(arg_string), &action)
else
- raise "No such command: #{name}"
+ raise "No such Pry command: #{name}"
end
end
# Set all the configurable options back to their default values
def self.reset_defaults