class Autoproj::QueryBase::All
@api private
Match class that matches anything
Use {.all}
Public Instance Methods
match(pkg)
click to toggle source
# File lib/autoproj/query_base.rb, line 23 def match(pkg) true end