class Svnx::Diff::Line

unused; I prefer a two-element array: [ :added, “sometext” ]

Attributes

text[R]
type[R]

Public Class Methods

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