class Lutaml::Model::Validator

def validate(method_name)

def validate(method_name)
  @validations << ValidationRule.new(custom_method: method_name)
end