Method: Gloo::Objs::Function#set_array_value
- Defined in:
- lib/gloo/objs/ctrl/function.rb
#set_array_value(arr) ⇒ Object
Set the value as an array.
50 51 52 |
# File 'lib/gloo/objs/ctrl/function.rb', line 50 def set_array_value( arr ) self.value = arr end |