mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-04-04 10:35:54 +00:00
5 lines
59 B
Ruby
5 lines
59 B
Ruby
module HTTP
|
|
class Cookie
|
|
VERSION = "0.0.1"
|
|
end
|
|
end
|