Closed aandreassa closed 2 months ago
Addressing the last part of local binding causing an issue in https://github.com/googleapis/google-cloud-ruby/pull/27013
The name needs to be the original argument name within the string, so I am creating a separate method within the presenter to escape it.
This is part of resource/_def.erb.
resource/_def.erb
Previous implementation in #1110
Addressing the last part of local binding causing an issue in https://github.com/googleapis/google-cloud-ruby/pull/27013
The name needs to be the original argument name within the string, so I am creating a separate method within the presenter to escape it.
This is part of
resource/_def.erb
.Previous implementation in #1110