0

我在寻找特定库在项目中的哪个位置时遇到了麻烦require

有没有可以告诉我文件名和行的方法或技术?

4

2 回答 2

1

您没有提到您正在使用的系统,但您可以使用greporack-grep来完成此任务:

ack-grep "require 'simple_form'"
于 2012-08-20T17:42:41.583 回答
0

Just off the top of my head, you could monkey patch require and print out __FILE__ and __LINE__

于 2012-08-20T18:26:14.150 回答