Sha256: da9e85292811ea329c8375f23015544538cabee4462cda7d20ccbe0c166944a4
Contents?: true
Size: 337 Bytes
Versions: 1
Compression:
Stored size: 337 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
livetext-0.8.13 | test/data/example_alpha/source.lt3 |