module Hoe::Email
module Hoe::History
module Hoe::Perforce
module Hoe::Seattlerb
class Hoe
hoe-seattlerb
1.3.5
# save_history
def save_history data require "yaml" File.open ".history.yaml", "w" do |f| YAML.dump data, f end end