class SuperDiff::OperationTreeFlatteners::Array
Protected Instance Methods
close_token()
click to toggle source
# File lib/super_diff/operation_tree_flatteners/array.rb, line 10 def close_token "]" end
open_token()
click to toggle source
# File lib/super_diff/operation_tree_flatteners/array.rb, line 6 def open_token "[" end