# File lib/mechanize/page/link.rb, line 57
  def rel
    @rel ||= (val = attributes['rel']) ? val.downcase.split(' ') : []
  end