Sha256: 9ee3fd2e7103d1480a4bd24c09dc3850c66c77de45cc67f05a74f62dbdf3c94f

Contents?: true

Size: 327 Bytes

Versions: 42

Compression:

Stored size: 327 Bytes

Contents

.def alpha
   text = _body.to_a.join(" ")
   words = text.split.sort
   words.each {|w| _out "    #{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

42 entries across 42 versions & 1 rubygems

Version Path
livetext-0.9.24 test/snapshots/example_alpha/source.lt3
livetext-0.9.23 test/snapshots/example_alpha/source.lt3
livetext-0.9.22 test/snapshots/example_alpha/source.lt3
livetext-0.9.21 test/snapshots/example_alpha/source.lt3
livetext-0.9.20 test/snapshots/example_alpha/source.lt3
livetext-0.9.19 test/snapshots/example_alpha/source.lt3
livetext-0.9.17 test/snapshots/example_alpha/source.lt3
livetext-0.9.15 test/snapshots/example_alpha/source.lt3
livetext-0.9.14 test/snapshots/example_alpha/source.lt3
livetext-0.9.13 test/snapshots/example_alpha/source.lt3
livetext-0.9.11 test/data/example_alpha/source.lt3
livetext-0.9.10 test/data/example_alpha/source.lt3
livetext-0.9.09 test/data/example_alpha/source.lt3
livetext-0.9.08 test/data/example_alpha/source.lt3
livetext-0.9.07 test/data/example_alpha/source.lt3
livetext-0.9.06 test/data/example_alpha/source.lt3
livetext-0.9.05 test/data/example_alpha/source.lt3
livetext-0.9.04 test/data/example_alpha/source.lt3
livetext-0.9.03 test/data/example_alpha/source.lt3
livetext-0.9.02 test/data/example_alpha/source.lt3