# File lib/yaml/store.rb, line 26
  def load_file(file)
    YAML::load(file)
  end