Sha256: 5578a64e1ee37b31e9e3fa72ef30c81b237493b37f6aea3cde95752c31f6b65b
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
namespace :club do desc 'Creates yaml file with likely adventure titles' task :harvest do # stack = Roro::CLI.stacks # target = '.harvest.yml' # File.open(target, 'w') { |f| f.write('blah') } # harvest = File.open(target, "w") { |f| f.write(content.to_yaml) } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roro-0.3.33 | rakelib/club/harvest.rake |