class Hermod::Validators::ValuePresence

def test(value, attributes)

def test(value, attributes)
  value.present?
end