所以你可以这样做:
[].method(:count).inspect => "#<Method: Array#count>" [].method(:detect).inspect => "#<Method: Array(Enumerable)#detect>"
快速的RegEx和你完成了.