You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
active_users_over_20.count # => Returns number of active users over 20 years old
836
836
```
837
837
838
-
If you have a long list of queries to compose, Rectify also comes with the class
839
-
method `.merge` which takes multiple queries and combines them for you as if you
840
-
used `|` (or `#merge`) on them all:
838
+
The `.merge` class method of `Rectify::Query` accepts multiple `Rectify::Query` objects to union together. This is the same as using the `|` operator on multiple `Rectify::Query` objects.
0 commit comments