Sha256: 9fe0a3cb9a14ee6aebedb1e503915d96eee769e39b929bfe7d4df5bc6b2e881b
Contents?: true
Size: 199 Bytes
Versions: 13
Compression:
Stored size: 199 Bytes
Contents
if defined?(PryDebugger) 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
13 entries across 13 versions & 3 rubygems