# File lib/indentation/string_mod.rb, line 20
  def indent!(num = nil, i_char = ' ')
    replace(_indent(num, i_char))
  end