We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c213ad2 commit daac9d0Copy full SHA for daac9d0
.github/workflows/macos.yml
@@ -12,4 +12,4 @@ jobs:
12
gem install bundler --no-document
13
bundle install
14
- name: Run test
15
- run: rake
+ run: rake && RUBYOPT=--enable-frozen_string_literal rake
lib/rdoc/erb_partial.rb
@@ -12,7 +12,7 @@ class RDoc::ERBPartial < ERB
def set_eoutvar compiler, eoutvar = '_erbout'
super
- compiler.pre_cmd = ["#{eoutvar} ||= ''"]
+ compiler.pre_cmd = ["#{eoutvar} ||= +''"]
16
end
17
18
0 commit comments