# File lib/sawyer/relation.rb, line 15
      def <<(rel)
        @map[rel.name] = rel if rel
      end