# File lib/httpclient/cookie.rb, line 26 def tail_match?(str1, str2) if str1.length > 0 str1 == str2[-str1.length..-1].to_s else true end end