class RestClient::Payload::Base

def short_inspect

def short_inspect
  (size > 500 ? "#{size} byte(s) length" : inspect)
end