# File lib/openid/extras.rb, line 7 def ends_with?(other) tail = self[-1 * other.length, other.length] tail == other end