class YARD::Handlers::Base

def caller_method

Returns:
  • (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