LibraryCommand
Returns a list of objects of a specific type
# File lib/yard/server/commands/list_command.rb, line 8 def items; raise NotImplementedError end
# 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
# File lib/yard/server/commands/list_command.rb, line 9 def type; raise NotImplementedError end
[Validate]
Generated with the Darkfish Rdoc Generator 2.