http-cookie/lib/http/cookie/version.rb
2012-10-14 18:52:52 +09:00

5 lines
59 B
Ruby

module HTTP
class Cookie
VERSION = "0.0.1"
end
end