# File lib/aws/record/scope.rb, line 146 def where *conditions if conditions.empty? raise ArgumentError, 'missing required condition' end _with(:where => Record.as_array(@options[:where]) + [conditions]) end