summaryrefslogtreecommitdiff
path: root/libexec/erb
AgeCommit message (Collapse)Author
2020-08-25Fix erb executableLars Kanis
Run ERb processing unconditionally since __FILE__ and $0 doesn't match in a gem context. Notes: Merged: https://github.com/ruby/ruby/pull/3449
2020-08-21Promote erb to default gemsHiroshi SHIBATA