There's no documentation for this item.
# File httpclient/cookie.rb, line 24 def tail_match?(str1, str2) if str1.length > 0 str1 == str2[-str1.length..-1].to_s else true end end
<code/>
<pre/>
<code/>and<pre/>for code samples.