Method: Arrow::Cookie#value
- Defined in:
- lib/arrow/cookie.rb
#value ⇒ Object
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 |
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 |