Sha256: 849038ee9c9310adcfc75ce785a8ebcf461818bd4a0b5f780ccb1f3e8a9c44d6
Contents?: true
Size: 410 Bytes
Versions: 35
Compression:
Stored size: 410 Bytes
Contents
if defined?(PryByebug) Pry.config.pager = false Pry.commands.alias_command 'c', 'continue' Pry.commands.alias_command 'd', 'down' Pry.commands.alias_command 'f', 'finish' Pry.commands.alias_command 'n', 'next' Pry.commands.alias_command 's', 'step' Pry.commands.alias_command 'u', 'up' Pry::Commands.command /^$/, 'repeat last command' do _pry_.run_command Pry.history.to_a.last end end
Version data entries
35 entries across 35 versions & 1 rubygems