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