Class: Array

Inherits:
Object show all
Defined in:
lib/rtype/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#combObject



87
88
89
# File 'lib/rtype/core_ext.rb', line 87

def comb
  ::Rtype::Behavior::And[*self]
end