📜  ruby 代码示例中的标识是强制性的

📅  最后修改于: 2022-03-11 15:04:47.685000             🧑  作者: Mango

代码示例1
#No identation is not compulsory in Ruby, but, it is a good practice to do it in order to make the code look clean and debugging also becomes easier.