Ruby入门 2023-04-09 Ruby是日本程序员松本行弘开发的一个面向对象的脚本语言。 1234567puts "hello world"a = 0if a < 10 puts "a is less than 10"else puts "a is not less than 10"end