Unlocking Ruby Keywords: Begin, End, Ensure, Rescue
Ruby keywords are important to understand, but can be confusing to learn all at once. This blog post looks at four important keywords that can be used within a single block: begin, end, ensure, and rescue.
Post a comment