# File lib/pry/method.rb, line 305
    def source_range
      source_location.nil? ? nil : (source_line)...(source_line + source.lines.count)
    end