instance method reset

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

reset()

No documentation comment.

Source
# File actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/mbcharsetprober.rb, line 40
    def reset
      super
      if @_mCodingSM
        @_mCodingSM.reset()
      end
      if @_mDistributionAnalyzer
        @_mDistributionAnalyzer.reset()
      end
      @_mLastChar = "\x00\x00"
    end

Defined in actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/mbcharsetprober.rb line 40 · View on GitHub · Improve this page · Find usages on GitHub

Defined in CharDet::MultiByteCharSetProber

Type at least 2 characters to search.

↑↓ navigate · open · esc close