Transform multi-line ERB Comment to multi-line Ruby comment when extracting Ruby code in herb_extract_ruby
#102
Labels
enhancement
New feature or request
In #98 we skipped the extract of ERB Comments when extracting Ruby code, but ideally we would also convert the ERB comment to Ruby comments in all cases.
Given this source:
We would want it to extract the following Ruby code:
and/or:
The text was updated successfully, but these errors were encountered: