# File lib/flickr/base.rb, line 701 def <<(photo,raw=false) raw ? super(photo) : @flickr.photosets.addPhoto(self,photo) return self end