Skip to content

Commit c3c70e0

Browse files
committed
cleanup
1 parent e914007 commit c3c70e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/coderay/scanners/ruby/string_state.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class StringState < Struct.new :type, :interpreted, :delim, :heredoc,
1717
# FIXME: cache attack
1818
STRING_PATTERN = Hash.new do |h, k|
1919
delim, interpreted = *k
20-
# delim = delim.dup # workaround for old Ruby
2120
delim_pattern = Regexp.escape(delim)
2221
if closing_paren = CLOSING_PAREN[delim]
2322
delim_pattern << Regexp.escape(closing_paren)

0 commit comments

Comments
 (0)