# File lib/amazon/search.rb, line 263 def Search.sort_types(mode) SORT_TYPES.has_key?(mode) ? SORT_TYPES[mode] : nil end