# File lib/backup/model.rb, line 156 def notify_by(name, &block) @notifiers << get_class_from_scope(Notifier, name).new(self, &block) end