5 6 7 8
# File 'lib/ddr/filetools/client.rb', line 5 def run_tool(tool_name, *args) tool = Ddr::FileTools.tools.fetch(tool_name) tool.call(*args) end