# File lib/rbrainz/model/scored_collection.rb, line 38
        def initialize(entity, score=nil)
          @entity = entity
          @score  = score
        end