# File lib/rhc/rest/base.rb, line 50
        def link(sym)
          (links[sym.to_s] || links[sym.to_s.upcase])
        end