Sha256: 2da6694ba2b4dffe63f500f813188f4c43884104d2bf8c00fdfeeb09237bf4cf

Contents?: true

Size: 336 Bytes

Versions: 60

Compression:

Stored size: 336 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


I hope that worked.

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
livetext-0.8.74 test/data/example_alpha/source.lt3
livetext-0.8.73 test/data/example_alpha/source.lt3
livetext-0.8.72 test/data/example_alpha/source.lt3
livetext-0.8.71 test/data/example_alpha/source.lt3
livetext-0.8.70 test/data/example_alpha/source.lt3
livetext-0.8.69 test/data/example_alpha/source.lt3
livetext-0.8.68 test/data/example_alpha/source.lt3
livetext-0.8.67 test/data/example_alpha/source.lt3
livetext-0.8.66 test/data/example_alpha/source.lt3
livetext-0.8.65 test/data/example_alpha/source.lt3
livetext-0.8.64 test/data/example_alpha/source.lt3
livetext-0.8.63 test/data/example_alpha/source.lt3
livetext-0.8.62 test/data/example_alpha/source.lt3
livetext-0.8.61 test/data/example_alpha/source.lt3
livetext-0.8.60 test/data/example_alpha/source.lt3
livetext-0.8.59 test/data/example_alpha/source.lt3
livetext-0.8.58 test/data/example_alpha/source.lt3
livetext-0.8.57 test/data/example_alpha/source.lt3
livetext-0.8.56 test/data/example_alpha/source.lt3
livetext-0.8.55 test/data/example_alpha/source.lt3