1 2 3 4 5 6 7 8 9 10 11
module HTML#:nodoc: module Version#:nodoc: MAJOR = 0 MINOR = 5 TINY = 0 STRING = [ MAJOR, MINOR, TINY ].join(".") end end