module Bundler::YAMLSerializer

def dump(hash)

def dump(hash)
  yaml = String.new("---")
  yaml << dump_hash(hash)
end