# File lib/rhc/vendor/okjson.rb, line 254
      def abbrev(s)
        t = s[0,10]
        p = t['`']
        t = t[0,p] if p
        t = t + '...' if t.length < s.length
        '`' + t + '`'
      end