# File lib/yard/handlers/ruby/legacy/base.rb, line 52 def caller_method if statement.tokens.first.is_a?(TkIDENTIFIER) statement.tokens.first.text else nil end end