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