Method: Diff::LCS::Change#to_a
- Defined in:
- lib/watobo/external/diff/lcs/change.rb
#to_a ⇒ Object
Creates a Change from an array produced by Change#to_a.
98 99 100 |
# File 'lib/watobo/external/diff/lcs/change.rb', line 98 def to_a [@action, @position, @element] end |