Object
base classes for primitives
# File lib/rex/proto/ntlm/base.rb, line 61 def initialize(opts) @value = opts[:value] @active = opts[:active].nil? ? true : opts[:active] end
# File lib/rex/proto/ntlm/base.rb, line 66 def size @active ? @size : 0 end
[Validate]
Generated with the Darkfish Rdoc Generator 2.