class EacRubyUtils::Yaml

def sanitize(object)

def sanitize(object)
  Sanitizer.new(object).result
end