You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RubyScript/rb/README.rdoc
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
= Ruby4Knime
2
2
3
-
Ruby4Knime is realization of a special node type for http://knime.org that allow to use Ruby scripts for interactive data analytic.
4
-
The main aims of this project are
3
+
Ruby4Knime is a realization of special node types for http://knime.org that allow to use Ruby scripts for interactive data analytic.
4
+
The main aims of this project are:
5
5
* provide possibility to use Ruby language for interactive data analysis;
6
6
* make the analysis more effective using clear and laconic Ruby style.
7
7
8
-
knime.rb is the simple wrapper that allows to use Knime classes written in Java in the Ruby programming style.
8
+
knime.rb is the simple mediator that allows to use KNIME`s classes written in Java in the Ruby programming style and also use all Java classes without any changes.
9
9
10
10
= Simple examples
11
11
These samples illustrate how to generate output data from input data of the node.
@@ -65,3 +65,10 @@ Samples that add new cells in functional style.
0 commit comments