A Ruby Gem to send notifications via NSDistributedNotificationCenter
The FB in FBDistributedNotification stands for Fernando Barajas not Facebook.
require 'FBDistributedNotification'
notification = FBDistributedNotification.new
notification.postNotificationName("RailsMailPreview.email", :object => m.encoded.to_lf)
It's used to send notification of any kind. It's currently only being used to send email notifications to which RailsMailPreview is listening for.
Fernando Barajas ( fernyb at fernyb dot net)