class Sexp::MatchCollection

Wraps the results of a Sexp query. MatchCollection defines MatchCollection#/ so that you can chain queries.

For instance:

res = s(:a, s(:b)) / s{ s(:a,_) } / s{ s(:b) }