# File lib/inline_acceleration.rb, line 63
def
prefix!
(
str
)
self
.
map!
{
|
item
|
"#{str}#{item}"
}
end