# File lib/pry/commands/code_collector.rb, line 107 def line_range opts.present?(:lines) ? one_index_range_or_number(opts[:lines]) : 0..-1 end