We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1240c14 commit b790635Copy full SHA for b790635
1 file changed
RubyScript/rb/knime.rb
@@ -158,7 +158,7 @@ class Java::OrgKnimeCoreDataContainer::DataContainer
158
# Add row in the data container.
159
# Row can be copied from input data container or created.
160
def <<(obj)
161
- row = obj.kind_of? Cells ? createRowKey.new_row(obj) : obj
+ row = obj.kind_of?(Cells) ? createRowKey.new_row(obj) : obj
162
163
addRowToTable row
164
end
0 commit comments