Sha256: d98514b649390d52b002528249ab6c4e774f4158a2b852a708e64050b77455e4

Contents?: true

Size: 339 Bytes

Versions: 6

Compression:

Stored size: 339 Bytes

Contents

require 'rrtf'

DIR = File.dirname(__FILE__)

rtf = RRTF::Document.new
rtf.paragraph << \
  "Should you ever find yourself on a spacefaring vessel "\
  "wearing RED shirt, take heed and be on guard, for danger "\
  "is immanent and you are likely expendable among the crew."
File.open(DIR+'/02.rtf', 'w') { |file| file.write(rtf.to_rtf) }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rrtf-1.3.1 examples/02_basic_paragraph.rb
rrtf-1.3.0 examples/02_basic_paragraph.rb
rrtf-1.2.0 examples/02_basic_paragraph.rb
rrtf-1.1.0 examples/02_basic_paragraph.rb
rrtf-1.0.1 examples/02_basic_paragraph.rb
rrtf-1.0.0 examples/02_basic_paragraph.rb