Method: Gloo::Core::GlooSystem#value_is_array?
- Defined in:
- lib/gloo/core/gloo_system.rb
#value_is_array? ⇒ Boolean
Is the value an Array?
103 104 105 |
# File 'lib/gloo/core/gloo_system.rb', line 103 def value_is_array? return false end |