From 85553b339acf3f9285a1c03b2fff342d9ddb9b6b Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 11 Jan 2017 16:00:07 +0100 Subject: documentation for all classes --- lib/algorithm.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/algorithm.rb') diff --git a/lib/algorithm.rb b/lib/algorithm.rb index 0e4b93a..f70ac1a 100644 --- a/lib/algorithm.rb +++ b/lib/algorithm.rb @@ -2,6 +2,7 @@ module OpenTox module Algorithm + # Execute an algorithm with parameters def self.run algorithm, parameters=nil klass,method = algorithm.split('.') Object.const_get(klass).send(method,parameters) -- cgit v1.2.3