# File lib/rbrainz/model/collection.rb, line 47
      def <<(entry)
        @entries << entry
        self # return self to allow something like collection << a << b
      end