https://github.com/openjournals/whedon-api
Raw File
Tip revision: 9b4feeee0bfa2eae14345de9599d1a50d75217d4 authored by Arfon Smith on 13 August 2020, 09:56:59 UTC
More XXXX
Tip revision: 9b4feee
.pryrc
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'
Pry.commands.alias_command 'f', 'finish'
back to top