Methods

Class/Module Index [+]

Quicksearch

YARD::Server::Commands::ListMethodsCommand

Returns the list of methods in a library

Public Instance Methods

items() click to toggle source
# 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
type() click to toggle source
# File lib/yard/server/commands/list_command.rb, line 32
def type; :methods end

[Validate]

Generated with the Darkfish Rdoc Generator 2.