Method: Arrow::Cookie#value

Defined in:
lib/arrow/cookie.rb

#valueObject

Return the first value stored in the cookie as a String.



201
202
203
# File 'lib/arrow/cookie.rb', line 201

def value
  @values.first
end