# File lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/hebrewprober.rb, line 281
    def get_state
      # Remain active as long as any of the model probers are active.
      if (@_mLogicalProber.get_state() == ENotMe) and (@_mVisualProber.get_state() == ENotMe)
        return ENotMe
      end
      return EDetecting
    end