# File src/org/puremvc/ruby/patterns/observer/notification.rb, line 28 def to_s msg = "Notifcation Name: #{@name}" msg += "\nBody: #{@body.inspect}" msg += "\nType: #{@type.inspect}" msg end