# File sprout/lib/sprout/tasks/tool_task.rb, line 365 def clean_path(path) if(path.index(' ')) path = %{"#{path}"} end return path end