u16suzuの blog

日々学んだことのメモブログです。

2019-09-27から1日間の記事一覧

自分の.pryrcメモ

# encoding: utf-8 # require "~/.pry/bokudora.rb" ### エイリアス 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.…