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