LoginSignup
6
3

More than 5 years have passed since last update.

binding.pryで止めてnextで進めようとしたらエラーになった

Posted at

やったこと

binding.pryを挟んで処理を止め、
次の行に進めるためにnextコマンドを実行したが以下のエラー。

SyntaxError: (eval):2: Can't escape from eval with next

解決法

'pry-nav' gemをインストールしbundle installでOK.

参考:https://codeday.me/jp/qa/20190131/180488.html

6
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
3