class A def hello p 'hello' end end a1 = A.new a2 = A.new def a2.hello super p "world" end a1.hello a2.hello
tan12345 发表于 2015-3-16 23:02
看了你的例子,我觉得和继承有点类似,继承了这个方法,但是重写了这个方法??
可是你这个是实例的方法 ...
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |