# File lib/yard/server/commands/list_command.rb, line 34
        def items
          Registry.load_all
          items = Registry.all(:method).sort_by {|m| m.name.to_s }
          prune_method_listing(items)
        end