Method: WordRunDiffLCS::WordRunContextChangeSequence#initialize
- Defined in:
- lib/word_run_diff_lcs.rb
#initialize ⇒ WordRunContextChangeSequence
Returns a new instance of WordRunContextChangeSequence.
29 30 31 |
# File 'lib/word_run_diff_lcs.rb', line 29 def initialize @word_run_context_changes = [ ] end |