**Observed:** `Semantic::Version.new('1.2.3').satisfies?('')` throws an error with the message `undefined method strip for nil:NilClass` **Expected:** `false` or another error is returned
Observed:
Semantic::Version.new('1.2.3').satisfies?('')throws an error with the messageundefined method strip for nil:NilClassExpected:
falseor another error is returned