summaryrefslogtreecommitdiff
path: root/etc/speedup/current.rb
diff options
context:
space:
mode:
Diffstat (limited to 'etc/speedup/current.rb')
-rw-r--r--etc/speedup/current.rb2
1 files changed, 1 insertions, 1 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]