# File lib/bundler/yaml_serializer.rb, line 8 def dump(hash) yaml = String.new("---") yaml << dump_hash(hash) end