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