class SexpPath::SexpCollection

Wraps the results of a SexpPath query. SexpCollection defines SexpCollection#search so that you can chain queries.

For instance:

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

Public Instance Methods

/(pattern)
Alias for: search