It'd be nice if I can do: ``` Eve.scope("#foo", function() { this.scope('&.bizz', function() { this.find(); //#foo.bizz }); }); ```