#3 楼 @cicholgricenchos 谢谢!通过这个Ripper
貌似理解了一点点。但请问所以只有对象的属性能自定义assign的方法
是什么意思?
#1 楼 @chaucerling 嗯,谢谢。这些我知道的。我是困惑于当私有方法以=
结束时,必须以self
调用,在 Ruby 内部是如何将其和一般的私有方法的调用机制区分开的?难不成私有方法分成两类?
#3 楼 @night_song 谢啦。后来实在是没整出来,用了 js 加密。
#1 楼 @themorecolor 谢谢,这样确实可以,但会到amount/amount/
下面寻找 template,如何让它在amount/
下寻找?
貌似process
是个很基础的方法,不能覆写 (?),改成def new
都可以。而且貌似 process 就是让 action 持续下去的一个函数Calls the action going through the entire action dispatch stack.
可以用 imenu,然后手动跳转,(add-hook 'ruby-mode-hook 'imenu-add-menubar-index)
,自动跳转的好像没发现
确实是这样,Array.instance_methods 和 [ ].methods 是一样的。 谢谢
嗯,谢啦,想了好久。@blacktulip