gpt4 book ai didi

ruby-on-rails - 如何在Rails 3中获取当前方法?

转载 作者:行者123 更新时间:2023-12-04 18:14:27 25 4
gpt4 key购买 nike

我发现以下代码,我猜它在config/initializers/kernel.rb中。

module Kernel
private
def this_method
caller[0] =~ /`([^']*)'/ and $1
end
end

为了添加到日志中,这是获取当前方法的首选方法吗?

谢谢。

最佳答案

这似乎是获得调用方法并让您能够在代码中调用this_method并将其添加到日志的一种不错的方法。

如果您使用的是Ruby 1.9.2,则可以改为调用__method__,而不必担心定义一个特殊的方法。

关于ruby-on-rails - 如何在Rails 3中获取当前方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6426598/

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