Class: Autoproj::QueryBase::All Private
- Inherits:
-
Object
- Object
- Autoproj::QueryBase::All
- Defined in:
- lib/autoproj/query_base.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Match class that matches anything
Use all
Instance Method Summary collapse
- #match(pkg) ⇒ Object private
Instance Method Details
#match(pkg) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
23 24 25 |
# File 'lib/autoproj/query_base.rb', line 23 def match(pkg) true end |