Class: Autoproj::QueryBase::All Private

Inherits:
Object
  • Object
show 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

API:

  • private

Instance Method Summary collapse

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.

API:

  • private



23
24
25
# File 'lib/autoproj/query_base.rb', line 23

def match(pkg)
    true
end