https://github.com/openjournals/whedon-api
Raw File
Tip revision: ad17771bc842c1e29fdddc4978c242dbc979454f authored by Juanjo Bazán on 09 April 2024, 10:57:07 UTC
Update README.md
Tip revision: ad17771
.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