# File lib/acts_as_indexed/configuration.rb, line 64 def index_file_depth=(val) raise(ArgumentError, 'index_file_depth cannot be less than one (1)') if val < 1 @index_file_depth = val end