98 99 100 101 102
# File 'lib/itinerary.rb', line 98 def make_tool(cmd, args) if (klass = Tool.find_tool(cmd)) klass.new(self, args) end end