Method: Gloo::Objs::EachWord#set_word

Defined in:
lib/gloo/objs/ctrl/each_word.rb

#set_word(word) ⇒ Object

Set the value of the word.



58
59
60
61
62
63
# File 'lib/gloo/objs/ctrl/each_word.rb', line 58

def set_word( word )
  o = @iterator_obj.find_child WORD
  return unless o

  o.set_value word
end