Class: Raw::ForMorpher

Inherits:
EachMorpher show all
Defined in:
lib/raw/compiler/filter/morph/for.rb

Instance Attribute Summary

Attributes inherited from Morpher

#attributes, #key, #name, #value

Class Method Summary collapse

Methods inherited from EachMorpher

#after_end, #before_start

Methods inherited from Morpher

#after_end, #after_start, #before_end, #before_start, #initialize

Constructor Details

This class inherits a constructor from Raw::Morpher

Class Method Details

.keyObject



6
7
8
# File 'lib/raw/compiler/filter/morph/for.rb', line 6

def self.key
  "for"
end