YARD::Server::Commands::ListCommand
Returns the list of methods in a library
# 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
# File lib/yard/server/commands/list_command.rb, line 32 def type; :methods end
[Validate]
Generated with the Darkfish Rdoc Generator 2.