31 32 33 34 35 36 37
# File 'lib/json-diff/index-map.rb', line 31 def map(index) if index >= @pivot index + 1 else index end end