(undefined local variable or method `byebug'

后端 未结 2 839
时光取名叫无心
时光取名叫无心 2021-02-18 15:15

I have the follwing error:

NameError (undefined local variable or method `byebug\'

Code is

def  test
  t = \"\"
  by         


        
2条回答
  •  攒了一身酷
    2021-02-18 15:46

    Make sure you haven't installed the gems with bundle install --without development option.

    If that is the case just run bundle install --with development

提交回复
热议问题