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