I'm trying to implement the Wisper as an alternative to the Observer Design Pattern that was deprecated from Ruby.
The error is: wrong number of arguments (given 1, expected 0)
The method I created is basically to execute a puts "A restaurant has received a qualification".
I am studying Caelum's RR77 handout.