class Metanorma::Generic::Configuration

def blank?(val)

def blank?(val)
  val.nil? || (val.respond_to?(:empty?) && val.empty?)
end