Skip to content
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

Issue with literal in interpolation #906

Closed
askreet opened this issue Mar 19, 2014 · 1 comment
Closed

Issue with literal in interpolation #906

askreet opened this issue Mar 19, 2014 · 1 comment

Comments

@askreet
Copy link

askreet commented Mar 19, 2014

The following code will trigger a literal in interpolation offense, which is incorrect as far as I can tell:

puts "I am in #{__FILE__} on line #{__LINE__}."
@bbatsov
Copy link
Collaborator

bbatsov commented Mar 19, 2014

Yep, that's a bug. I'll have it fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants