Sha256: c80b2c8b4de5de04546c91b5c2aa993ab57c6bcfa473aea1457ac87fdb406931
Contents?: true
Size: 339 Bytes
Versions: 3
Compression:
Stored size: 339 Bytes
Contents
if defined?(PryByebug) Pry.commands.alias_command 'c', 'continue' Pry.commands.alias_command 's', 'step' Pry.commands.alias_command 'n', 'next' Pry.commands.alias_command 'trace', 'backtrace' end # Hit Enter to repeat last command Pry::Commands.command /^$/, "repeat last command" do _pry_.run_command Pry.history.to_a.last end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
require_bench-1.0.0 | .pryrc |
sanitize_email-2.0.3 | .pryrc |
sanitize_email-2.0.2 | .pryrc |