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