Method: YARD::Server::Commands::ListCommand#run

Defined in:
lib/yard/server/commands/list_command.rb

#runObject

Since:

  • 0.6.0

[View source]

11
12
13
14
15
# 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