# File lib/twitter/rest/trends.rb, line 52
      def trends_closest(options = {})
        perform_get_with_objects('/1.1/trends/closest.json', options, Twitter::Place)
      end