class Hermod::Validators::NonNegative

def test(value, attributes)

def test(value, attributes)
  value.blank? || value >= 0
end