class Judge def evaluate app app.name == 'flowcoder' ? :winner : :boo end end @app = self @judge = Judge.new @judge.evaluate @app