semantic icon indicating copy to clipboard operation
semantic copied to clipboard

undefined method `strip' for nil:NilClass

Open aryeh-looker opened this issue 5 years ago • 0 comments

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

aryeh-looker avatar Aug 28 '19 21:08 aryeh-looker