Class: CAUnboundRepeat
- Inherits:
-
Object
- Object
- CAUnboundRepeat
- Defined in:
- lib/carray/base/basic.rb
Instance Method Summary collapse
Instance Method Details
#template(*argv, &block) ⇒ Object
1047 1048 1049 |
# File 'lib/carray/base/basic.rb', line 1047 def template (*argv, &block) return parent.template(*argv,&block)[*spec.map{|x| x != :* ? nil : x}] end |