Skip to content

Commit 17b69a8

Browse files
committed
rb: name of the snippet runner adapted for Ruby style
1 parent 8a59deb commit 17b69a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RubyScript/rb/knime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def to_l
7979
end
8080
end
8181

82-
def snippetRunner
82+
def snippet_runner
8383
count, step = $inData0.length, 0x2FF
8484
coef = step / count.to_f
8585
$inData0.each_with_index do |row, i|

0 commit comments

Comments
 (0)