How To Block Comment In Ruby
Block comments come in handy when you need to write longer explanations or instructions within your code. It is often used when you want to temporarily disable a section of your code without removing it. In this blog post, we will look at how to create block comments in Ruby. Using the =begin and =end … Read more