Example: ``` js Rube(String, Boolean).assert(fn) ``` That `.assert(...)` should be applied to both internal instances. --- For now you can compose though: ``` js Rube(Rube(String).assert(...), Rube(Boolean).assert(...)) ```