Method: Quiz#wrong

Defined in:
lib/quiz.rb

#wrongObject



24
25
26
27
# File 'lib/quiz.rb', line 24

def wrong
    @counter += 1
    [@counter, WRONG]
end