Class: Build::Text::Merge::LCSNode
- Inherits:
-
Struct
- Object
- Struct
- Build::Text::Merge::LCSNode
- Defined in:
- lib/build/text/merge.rb
Instance Attribute Summary collapse
-
#previous ⇒ Object
Returns the value of attribute previous.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#previous ⇒ Object
Returns the value of attribute previous
104 105 106 |
# File 'lib/build/text/merge.rb', line 104 def previous @previous end |
#value ⇒ Object
Returns the value of attribute value
104 105 106 |
# File 'lib/build/text/merge.rb', line 104 def value @value end |