Custom matcher to check if a value is within limits ``` a | should.be_within(10, 20) # 10 <= a <= 20 ```