class Dyph::TwoWayDiffers::TextNode

Attributes

row[RW]
text[RW]

Public Class Methods

new(text:, row:) click to toggle source
# File lib/dyph/two_way_differs/heckel_diff.rb, line 109
def initialize(text:, row:)
  @text = text
  @row  = row
end