lib/yard/server/commands/library_index_command.rb in yard-0.6.1 vs lib/yard/server/commands/library_index_command.rb in yard-0.6.2
- old
+ new
@@ -1,7 +1,8 @@
module YARD
module Server
module Commands
+ # Returns the index of libraries served by the server.
class LibraryIndexCommand < Base
attr_accessor :options
def run
return unless path.empty?
\ No newline at end of file