module Treequel::DiffLCSChangeTypeTestFixes

These three predicates use the wrong instance variable in the library. :TODO: Submit a patch!

Public Instance Methods

changed?() click to toggle source
# File lib/treequel/monkeypatches.rb, line 207
def changed?
        @action == '!'
end
finished_a?() click to toggle source
# File lib/treequel/monkeypatches.rb, line 211
def finished_a?
        @action == '>'
end
finished_b?() click to toggle source
# File lib/treequel/monkeypatches.rb, line 215
def finished_b?
        @action == '<'
end