https://github.com/openjournals/whedon-api
Raw File
Tip revision: 4fcc30bacdccaf82d47d334753dd728bc8fd8249 authored by Juanjo Bazán on 12 January 2022, 11:12:57 UTC
disable tests
Tip revision: 4fcc30b
.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