fix audit

This commit is contained in:
Xu Cheng 2015-02-24 17:20:55 +08:00
parent 39473f7694
commit 589de2f26a

View File

@ -73,10 +73,6 @@ class FormulaText
def =~ regex def =~ regex
regex =~ @text regex =~ @text
end end
def !~ regex
regex !~ @text
end
end end
class FormulaAuditor class FormulaAuditor