Class: Rubyzen::Collections::DeclarationCollection

Inherits:
BaseCollection
  • Object
show all
Defined in:
lib/rubyzen/collections/declaration_collection.rb

Overview

Generic collection for declaration objects that do not require specialized filtering methods (e.g., if statements).

Examples:

Collecting if-statement declarations from methods

project.files.classes.all_methods.if_statements

Method Summary

Methods inherited from BaseCollection

#filter