Sha256: 013da691078ebfea894937f03142beca820167d2bb7086b24ac27843072c3dd5

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 Bytes

Contents

.def alpha
   text = _body.to_a.join(" ")
   words = text.split.sort
   words.each {|w| _puts "    #{w}" }
.end
Here is an alphabetized list:

.alpha
fishmonger anarchist aardvark glyph gryphon
halcyon zymurgy mataeotechny zootrope
pareidolia manicotti quark bellicose anamorphic
cytology fusillade ectomorph
.end


That's all.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
livetext-0.8.77 test/data/example_alpha/source.lt3
livetext-0.8.76 test/data/example_alpha/source.lt3
livetext-0.8.75 test/data/example_alpha/source.lt3