Sha256: 78fd5482c12a7077840ed759345987da0474bfb617cb9d4cabe866c3e267e304
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
if defined?(PryByebug) Pry.config.pager = false Pry.commands.alias_command 'c', 'continue' Pry.commands.alias_command 'f', 'finish' Pry.commands.alias_command 's', 'step' Pry.commands.alias_command 'n', 'next' Pry::Commands.command /^$/, 'repeat last command' do _pry_.run_command Pry.history.to_a.last end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-1.4 | .pryrc |