We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to update an app from ruby 2.6 to ruby 3.0 and I'm running into problems.
copy_file( source_path taget_path, context: some_context )
context keyword argument is simply ignored and the ERB interpolation raises errors.
context
I expected the context to be used for the ERB interpolation to be done using its binding.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Are you in the right place?
Describe the problem
I'm trying to update an app from ruby 2.6 to ruby 3.0 and I'm running into problems.
Steps to reproduce the problem
Actual behavior
context
keyword argument is simply ignored and the ERB interpolation raises errors.Expected behavior
I expected the
context
to be used for the ERB interpolation to be done using its binding.Describe your environment
The text was updated successfully, but these errors were encountered: