# File lib/core/facets/string/tab.rb, line 9
def
tab
(
n
)
gsub
(
/^ */
,
' '
*
n
)
end