# File lib/pry/method.rb, line 391 def original_name return nil if source_type != :ruby method_name_from_first_line(source.lines.first) end