# File lib/aws/dynamo_db/item_collection.rb, line 297 def less_than value @items.with_filter(attribute, "LT", value) end