class Cookie::Header::Attribute::Set::Empty

An empty {Set} to be serialized to {EMPTY_STRING}

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/cookie/header/attribute.rb, line 62
def initialize
  super(EMPTY_HASH)
end

Public Instance Methods

to_s() click to toggle source
# File lib/cookie/header/attribute.rb, line 66
def to_s
  EMPTY_STRING
end