Method: Deplate::Region::SecondOrder#process
- Defined in:
- lib/deplate/regions.rb
#process ⇒ Object
141 142 143 144 145 146 147 148 149 |
# File 'lib/deplate/regions.rb', line 141 def process process_etc @elt = @elt.collect {|e| e.process}.compact @prototype = @elt.first unless label_mode == :none @prototype.put_label(@label) if @prototype end return self end |