malongshuai / malongshuai.github.io

2 stars 0 forks source link

Ruby的self含义解释 | 骏马金龙 #264

Open malongshuai opened 2 years ago

malongshuai commented 2 years ago

https://www.junmajinlong.com/ruby/ruby_self/

回到Ruby系列文章 Ruby的self含义解释在类定义中、模块定义中,可以使用self来表示当前的对象。在不同上下文中,『当前』的概念不同: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546# 顶层空间的selfputs "self in Top-Level: #&#