如果我将此文件作为" ruby x.rb" 运行:
ruby x.rb
class X end x = X.new
什么叫" X.new"?
X.new
它是一个对象/进程/等?
ruby program-entry-point
program-entry-point ×1
ruby ×1