Sha256: 49b71cdd5b1d6edb4a53264265eb34e4a1f9c116189d2598e792ae32b39e3c8b

Contents?: true

Size: 228 Bytes

Versions: 7

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

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'
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
ditty-0.11.1 .pryrc
ditty-0.10.2 .pryrc
ditty-0.10.1 .pryrc
ditty-0.9.1 .pryrc
ditty-0.9.0 .pryrc
logux_rails-0.2.0 .pryrc
logux_rails-0.1.0 .pryrc