Sha256: 3fea82ae690e312caae2f46d5e3247742fced517612b7236842625a51246508e
Contents?: true
Size: 351 Bytes
Versions: 33
Compression:
Stored size: 351 Bytes
Contents
.def alpha text = _body.join text.gsub!(/\n/, " ") 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
33 entries across 33 versions & 1 rubygems