# File lib/aws/dynamo_db/item_collection.rb, line 418 def between min, max @items.with_filter(attribute, "BETWEEN", min, max) end