Class: Build::Text::Merge::LCSNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/build/text/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#previousObject

Returns the value of attribute previous

Returns:

  • (Object)

    the current value of previous



104
105
106
# File 'lib/build/text/merge.rb', line 104

def previous
  @previous
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



104
105
106
# File 'lib/build/text/merge.rb', line 104

def value
  @value
end