ruby 2.2.3 で初めて byebug を使おうとすると、
NameError:
undefined local variable or method `byebug'
私は混乱しています、ここにいくつかの診断があります:
ruby --version
ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-darwin14]
cat Gemfile | grep bye
gem 'byebug'
gem list | grep bye
byebug (8.2.1, 8.2.0)
#the command I'm using to run my ruby code is
rspec *spec.rb --tag focus
#also tried prepending bundle exec