mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-28 09:25:53 +00:00
5 lines
64 B
Ruby
5 lines
64 B
Ruby
module HTTP
|
|
class Cookie
|
|
VERSION = "1.0.0.pre8"
|
|
end
|
|
end
|