pryrc
code:pryrc
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 'n', 'next'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'f', 'finish'
Pry.commands.alias_command 'e', 'edit'
require 'factory_bot_rails'
include FactoryBot::Syntax::Methods
def cu
current_user
end
aliasとfactory_botとかのincludeをよしなにするやつ、ProjectRootにおけば良い
gistにおいてもいいけどGistにするほどでもないスニペットだ。