class YARD::Handlers::Base
def caller_method
-
(nil)- if the statement is not a method call -
(String)- the method name being called
Other tags:
- Abstract: - Implement this method to return the method being called in
def caller_method raise NotImplementedError end