mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-04-05 10:45:45 +00:00
5 lines
64 B
Ruby
5 lines
64 B
Ruby
module HTTP
|
|
class Cookie
|
|
VERSION = "1.0.0.pre2"
|
|
end
|
|
end
|