# File lib/hammer_cli/utils.rb, line 23
def
indent_with
(
indent_str
)
gsub
(
/^/
,
indent_str
)
end