Notificações Osx com Macruby

notification = NSUserNotification.alloc.init
notification
.title = "TITLE"
notification
.informativeText = "INFO"
NSUserNotificationCenter.defaultUserNotificationCenter.deliverNotification(notification)