Commit fbe832a
Fix wrong receiver in eoutvar example for #src (#123)
The example was updated to assign the ERB instance to `erb` instead
of `template`, but the following line still called `template.src`.
Since `template` is a String there, the example raises NoMethodError.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent ba3086d commit fbe832a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
889 | 889 | | |
890 | 890 | | |
891 | 891 | | |
892 | | - | |
| 892 | + | |
893 | 893 | | |
894 | 894 | | |
895 | 895 | | |
| |||
0 commit comments