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