# File lib/facets/core/string/unshift.rb, line 4
def
unshift
(
str
=
' '
)
insert
(
0
,
str
)
end