# File lib/pry/method.rb, line 299
    def source_line
      source_location.nil? ? nil : source_location.last
    end