Generator (computer programming): Difference between revisions

Content deleted Content added
m Racket: Italicize properly
Ruby: added two missing "the"s
Line 215:
===Ruby===
 
Ruby supports generators (starting from version 1.9) in the form of the built-in Enumerator class.
 
<source lang="ruby">