Method: YARD::Server::Commands::DisplayObjectCommand#index
- Defined in:
- lib/yard/server/commands/display_object_command.rb
#index ⇒ Object
36 37 38 39 40 41 42 43 44 45 |
# File 'lib/yard/server/commands/display_object_command.rb', line 36 def index Registry.load_all .update( :object => '_index.html', :objects => Registry.all(:module, :class), :type => :layout ) render end |