class Svnx::Diff::HunkRanges

Attributes

from[R]
to[R]

Public Class Methods

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