Skip to content

Commit

Permalink
DAFUQ I just read [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed May 13, 2013
1 parent 406f4db commit b2f8fc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/tasks/evaluate.rake
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ CASES = [

def check!(errors, correct, total, lemma, gender, gcase, expected)
inflector = Petrovich.new(gender)
inflection = begin
UnicodeUtils.upcase(inflector.lastname(lemma, gcase))
end
inflection = UnicodeUtils.upcase(inflector.lastname(lemma, gcase))

total[[gender, gcase]] += 1

Expand Down

0 comments on commit b2f8fc7

Please sign in to comment.