public Method

CookieUtils.head_match?(str1, str2)

There's no documentation for this item.

Source Code

# File httpclient/cookie.rb, line 20
def head_match?(str1, str2)
  str1 == str2[0, str1.length]
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.