class Thor::Runner

def save_yaml(yaml)

def save_yaml(yaml)
  yaml_file = File.join(thor_root, "thor.yml")
  File.open(yaml_file, "w") {|f| f.puts yaml.to_yaml }
end