I have the follwing error:
NameError (undefined local variable or method `byebug\'
Code is
def test t = \"\" by
Make sure you haven't installed the gems with bundle install --without development option.
bundle install --without development
If that is the case just run bundle install --with development
bundle install --with development