# File sprout/lib/sprout/tasks/tool_task.rb, line 297 def add_param_alias(name, other_param) if(param_hash.has_key? other_param.to_s) param_hash[name.to_s] = param_hash[other_param.to_s] else raise ToolTaskError.new("TaskBase.add_param_alis called with") end end