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