Class Pry::Code::CodeRange
In: lib/pry/code/code_range.rb
Parent: Object

Represents a range of lines in a code listing.

@api private

Methods

indices_range   new  

Public Class methods

@param [Integer] start_line @param [Integer?] end_line

Public Instance methods

@param [Array<LOC>] lines @return [Range]

[Validate]