lib/gimchi/pronouncer.rb in gimchi-0.1.1 vs lib/gimchi/pronouncer.rb in gimchi-0.1.2
- old
+ new
@@ -60,10 +60,10 @@
not_todo = []
blocking_rule = @pconfig['transformation']['blocking rule']
@sequence.each do | rule |
next if not_todo.include?(rule)
- if self.send(rule,)
+ if self.send(rule)
applied << rule
not_todo += blocking_rule[rule] if blocking_rule.has_key?(rule)
end
end
applied