instance method
reset
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
reset()
No documentation comment.
Source
# File actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/charsetgroupprober.rb, line 39
def reset
super
@_mActiveNum = 0
for prober in @_mProbers
if prober
prober.reset()
prober.active = true
@_mActiveNum += 1
end
end
@_mBestGuessProber = nil
end
Defined in actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/charsetgroupprober.rb line 39
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in CharDet::CharSetGroupProber