diff options
author | murphy <murphy@rubychan.de> | 2011-05-21 04:50:53 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-05-21 04:50:53 +0000 |
commit | b2bb9edd2ab749a99234d75984004471780f8f27 (patch) | |
tree | d774f6add97aaa32f5be4d285d1ce94aa439a4e7 /etc/speedup | |
parent | b1222196c6416a625caf3d15f13bf9415a1765ca (diff) | |
download | coderay-b2bb9edd2ab749a99234d75984004471780f8f27.tar.gz |
etc updates
Diffstat (limited to 'etc/speedup')
-rw-r--r-- | etc/speedup/current.rb | 2 | ||||
-rw-r--r-- | etc/speedup/direct-stream.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/speedup/current.rb b/etc/speedup/current.rb index 71acae6..e98d0e2 100644 --- a/etc/speedup/current.rb +++ b/etc/speedup/current.rb @@ -21,7 +21,7 @@ protected tokens << [matched, :space] elsif matched = scan(/!/) tokens << [matched, :not_going_to_happen] - elsif matched = scan(/=/) + elsif matched = scan(/=/) #/ tokens << [matched, :not_going_to_happen] elsif matched = scan(/%/) tokens << [matched, :not_going_to_happen] diff --git a/etc/speedup/direct-stream.rb b/etc/speedup/direct-stream.rb index dc6984d..a32c2a7 100644 --- a/etc/speedup/direct-stream.rb +++ b/etc/speedup/direct-stream.rb @@ -21,7 +21,7 @@ protected encoder.text_token matched, :space elsif matched = scan(/!/) encoder.text_token matched, :not_going_to_happen - elsif matched = scan(/=/) + elsif matched = scan(/=/) #/ encoder.text_token matched, :not_going_to_happen elsif matched = scan(/%/) encoder.text_token matched, :not_going_to_happen |