# File src/org/puremvc/ruby/patterns/facade/facade.rb, line 143 def send_notification(notification_name, body=nil, type=nil) notify_observers(Notification.new(notification_name, body, type)) end