{"in":{"data":"def default_i18n_subject\n  mailer_scope = self.class.mailer_name.gsub('/', '.')\n  I18n.t(:subject, :scope =\u003e [mailer_scope, action_name], :default =\u003e action_name.humanize)\nend\n","type":"rb"},"out":{"data":"def default_i18n_subject\n  mailer_scope = self.class.mailer_name.gsub('/', '.')\n  I18n.t(:subject,\n         :scope =\u003e [mailer_scope, action_name],\n         :default =\u003e action_name.humanize)\nend\n","type":"rb"},"client":"0.5.0"}