# File lib/net/ntlm.rb, line 545 def has_flag?(flag) (self[:flag].value & FLAGS[flag]) == FLAGS[flag] end