2022-06-25 【Ruby】p だけで出力できる Ruby 要旨 [1] pry(main)> p 'test' "test" => "test" 詳細 手っ取り早く表示させるのに便利。 参考 docs.ruby-lang.org