Skip to content

Commit 9cff8a2

Browse files
committed
cleanup
1 parent af0d7d8 commit 9cff8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay/scanners/erb.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def reset_instance
4141
end
4242

4343
def scan_tokens encoder, options
44-
# FIXME: keep_state
44+
4545
until eos?
4646

4747
if (match = scan_until(/(?=#{START_OF_ERB})/o) || scan_rest) and not match.empty?

0 commit comments

Comments
 (0)