$res = amp;quot;__amp;quot;def lamb(amp;amp;amp;lamb)3.times do puts $res=lamb.call end puts amp;quot;-------at the end of lamb() : #{$res}amp;quot;enddef lamb_test lamb { return puts amp; ...……
Ruby中的public、protected和private
栗子1:
class Person
public
def my_public_method
'I am a public method'
end
protected
def my_protected_method
'I am a protected method'
...……
ruby安装参考博客:https://blog.csdn.net/yelllowcong/article/details/78362370 (Redis之集群redis-trib.rb环境的搭建-yellowcong)
vi /etc/profile 修改环境变量,添加红色部分:
for i in /etc/pro ...……