https://github.com/openjournals/whedon-api
Raw File
Tip revision: 78a89c71ca8a3a6b7180f1517ceae2ac1dbf120d authored by Juanjo Bazán on 30 September 2021, 12:29:48 UTC
remove reviewer invitations
Tip revision: 78a89c7
.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