Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Mar 10, 2013
1 parent af0d7d8 commit 9cff8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coderay/scanners/erb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def reset_instance
end

def scan_tokens encoder, options
# FIXME: keep_state

until eos?

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

0 comments on commit 9cff8a2

Please sign in to comment.