class SuperDiff::ActiveSupport::OperationTrees::HashWithIndifferentAccess

Protected Instance Methods

operation_tree_flattener_class() click to toggle source
# File lib/super_diff/active_support/operation_trees/hash_with_indifferent_access.rb, line 7
def operation_tree_flattener_class
  OperationTreeFlatteners::HashWithIndifferentAccess
end