# File sprout/lib/sprout/tasks/tool_task.rb, line 307
    def create_param(type)
      return eval("#{type.to_s.capitalize}Param.new")
    end