Method: Gloo::Objs::Script#set_array_value
- Defined in:
- lib/gloo/objs/basic/script.rb
#set_array_value(arr) ⇒ Object
Set the value as an array.
39 40 41 |
# File 'lib/gloo/objs/basic/script.rb', line 39 def set_array_value( arr ) self.value = arr end |