Class: Array
Instance Method Summary collapse
Instance Method Details
#marshalable? ⇒ Boolean
39 40 41 42 |
# File 'lib/robot-army/marshal_ext.rb', line 39 def marshalable? super && all? {|item| item.marshalable?} end |
39 40 41 42 |
# File 'lib/robot-army/marshal_ext.rb', line 39 def marshalable? super && all? {|item| item.marshalable?} end |