15 16 17 18 19 20 21
# File 'lib/ext/data/store.rb', line 15 def remote_sort if @options[:remote_sort] == false false else true end end