Method: YARD::CLI::Stats#all_objects
- Defined in:
- lib/yard/cli/stats.rb
#all_objects ⇒ Array<CodeObjects::Base>
Returns all the parsed objects in the registry, removing any objects that are not visible (private, protected) depending on the arguments passed to the command.
108 109 110 |
# File 'lib/yard/cli/stats.rb', line 108 def all_objects @all_objects ||= run_verifier Registry.all end |