# File lib/yard/server/commands/list_command.rb, line 11
        def run
          options.update(:items => items, :template => :doc_server,
                         :list_type => request.path.split('/').last, :type => :full_list)
          render
        end