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