class EacRubyUtils::Yaml

def load(string)

def load(string)
  ::YAML.safe_load(string, permitted_classes)
end