Sha256: d4c051d1a9abb93d3fb8d2ba6d72ae44d0332269fead6eef3d6010de17fa923d

Contents?: true

Size: 361 Bytes

Versions: 5

Compression:

Stored size: 361 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 'f', 'finish'
  Pry.commands.alias_command 'w', 'pry-backtrace'

  Pry::Commands.command(/^$/, 'repeat last command') do
    pry_instance.run_command Pry.history.to_a.last
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
departure-6.7.0 .pryrc
departure-6.6.0 .pryrc
departure-6.5.0 .pryrc
departure-6.4.0 .pryrc
departure-6.3.0 .pryrc