class SuperDiff::ActiveSupport::OperationTreeFlatteners::HashWithIndifferentAccess

Protected Instance Methods

close_token() click to toggle source
# File lib/super_diff/active_support/operation_tree_flatteners/hash_with_indifferent_access.rb, line 11
def close_token
  "}>"
end
open_token() click to toggle source
# File lib/super_diff/active_support/operation_tree_flatteners/hash_with_indifferent_access.rb, line 7
def open_token
  "#<HashWithIndifferentAccess {"
end