# File lib/yard/handlers/ruby/base.rb, line 148 def caller_method if statement.call? statement.method_name(true).to_s elsif statement.type == :var_ref statement[0].jump(:ident).source else nil end end