We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c5082 commit 6a49f04Copy full SHA for 6a49f04
lib/super_diff/basic/operation_tree_builders/hash.rb
@@ -11,7 +11,7 @@ def self.applies_to?(expected, actual)
11
protected
12
13
def unary_operations
14
- unary_operations_using_variant_of_patience_algorithm
+ unary_operations_using_longest_common_key_subsequence
15
end
16
17
def build_operation_tree
@@ -20,7 +20,7 @@ def build_operation_tree
20
21
private
22
23
- def unary_operations_using_variant_of_patience_algorithm
+ def unary_operations_using_longest_common_key_subsequence
24
aks = actual.keys
25
eks = expected.keys
26
0 commit comments