class EacRubyUtils::Yaml

def load_file(path)

def load_file(path)
  load(::File.read(path.to_s))
end