# File lib/aws/dynamo_db/item_collection.rb, line 765 def refine(opts) opts = { :scan_filters => scan_filters }.merge(opts) self.class.new(table, opts) end