34,333
edits
Changes
→unless and until
end
</pre>
== Summary ==
In this chapter of [[Ruby Essentials]] we have looked in detail at creating loops that depend on specific criteria. This essentially involved the use of ''while'' and ''until'' statements. In the next chapter we will look at [[Looping with for and the Ruby Looping Methods]].