# File lib/sawyer/relation.rb, line 49
      def inspect
        hash = to_hash
        hash.respond_to?(:pretty_inspect) ? hash.pretty_inspect : hash.inspect
      end