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