class Svnx::Diff::HunkRange

Attributes

length[R]
line[R]

Public Class Methods

new(line, length) click to toggle source
# File lib/svnx/diff/elements.rb, line 38
def initialize line, length
  @line = line
  @length = length
end