# File lib/exception_notifier_helper.rb, line 61
  def object_to_yaml(object)
    object.to_yaml.sub(/^---\s*/m, "")
  end