# File lib/indentation/array_mod.rb, line 64 def reset_indentation(modifier = 0) indent(-find_least_indentation + modifier) end