https://github.com/openjournals/whedon-api
Raw File
Tip revision: 6ae6f5d2032cd53ae8494aa279f44a484859ffa6 authored by Arfon Smith on 19 May 2019, 20:13:12 UTC
Fixing tweet formatting
Tip revision: 6ae6f5d
.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