Returns a new instance of Level.
16 17 18 19 20 21
# File 'lib/fet/ui/level.rb', line 16 def initialize(game) self.game = game self.question_number = 0 self.note_boxes = NoteBoxes.new(self) self.key = Key.new(self) end