# File src/org/puremvc/ruby/patterns/observer/notifier.rb, line 16
  def send_notification(notification_name, body=nil, type=nil)
    facade.send_notification(notification_name, body, type)
  end