method

squish

rails latest stable - Class: ActionMailer::Part

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

squish(values={})
private

No documentation available.

# File actionmailer/lib/action_mailer/part.rb, line 103
      def squish(values={})
        values.delete_if { |k,v| v.nil? }
      end