summaryrefslogtreecommitdiff
path: root/yjit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'yjit.rb')
-rw-r--r--yjit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit.rb b/yjit.rb
index f5b2fca54e..6c4d6de347 100644
--- a/yjit.rb
+++ b/yjit.rb
@@ -63,7 +63,7 @@ module YJIT
highlight = ->(comment) { "<b>#{comment}</b>" }
linebreak = "<br align=\"left\"/>\n"
- buff = ''.dup
+ buff = +''
blocks = blocks_for(iseq).sort_by(&:id)
buff << "digraph g {\n"