examples/example_command_override.rb in pry-0.5.0pre2 vs examples/example_command_override.rb in pry-0.5.0pre4
- old
+ new
@@ -25,10 +25,10 @@
run "old_status", x
output.puts "Finished showing status."
end
# bring in a few other commands
- import_from Pry::Commands, "quit", "show_method"
+ import_from Pry::Commands, "quit", "show-method"
end
# Start a Pry session using the commands defined in MyCommands
# Type 'help' in Pry to get a list of the commands and their descriptions
Pry.start(TOPLEVEL_BINDING, :commands => MyCommands)