module RSpec::Core::Formatters

def self.register(formatter_class, *notifications)

def self.register(formatter_class, *notifications)
  Loader.formatters[formatter_class] = notifications
end