gpt4 book ai didi

ruby - 退出ruby对象中的所有方法

转载 作者:太空宇宙 更新时间:2023-11-03 18:24:50 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
How to break outer cycle in Ruby?

假设我有这段代码:

class A

def initialize
myMethod()
print "This should not be printed"
end

def myMethod
#here
end

end

obj = A.new
print "This should be printed"

有没有我可以放置任何命令来代替“#here”退出“obj”对象并继续下一个语句? (打印“这应该被打印”)

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com