class Rack::Test::Cookie

def path

The explicit or implicit path for the cookie.
def path
  ([*@options['path']].first.split(',').first || '/').strip
end