-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
weird behavior : string interpolation in return statement of next / break #1717
Comments
I can't reproduce this incorrect behaviour on 2.2.5 and Pry:
|
What other Pry plugins are you running? |
pry-rails and pry-debug from Gemfile.lock :
|
It's possibly due to |
good idea. Everything was normal without pry-byebug I've send them the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using this snippet of code
in string interpolation, the variable
a
get the value of outside block5
instead of3
without string interpolation or using
.to_s
, it keeps the value3
Versions used :
The text was updated successfully, but these errors were encountered: