[Source]
# File lib/htauth/version.rb, line 9 9: def to_a 10: [MAJOR, MINOR, BUILD] 11: end
# File lib/htauth/version.rb, line 13 13: def to_s 14: to_a.join(".") 15: end
[Validate]