Sha256: 7330695d1ebbb665d43c5d6caad1a957847e4785985b09aa8283a4b8197a2afd
Contents?: true
Size: 365 Bytes
Versions: 9
Compression:
Stored size: 365 Bytes
Contents
# JazzFingers dance Pry.print = JazzFingers.print if JazzFingers.config.awesome_print? Pry.prompt = JazzFingers.prompt Pry.input = JazzFingers.input if JazzFingers.config.coolline? Pry.config.should_load_plugins = false # Command Shortcuts Pry.commands.alias_command("c", "continue") Pry.commands.alias_command("s", "step") Pry.commands.alias_command("n", "next")
Version data entries
9 entries across 9 versions & 1 rubygems