# File lib/rails-installer.rb, line 574
  def read_yml(filename)
    YAML.load(File.read(filename))
  end