# File lib/openid/extras.rb, line 2
  def starts_with?(other)
    head = self[0, other.length]
    head == other
  end