Method: Inversion::Template::ConfigTag#before_appending

Defined in:
lib/inversion/template/configtag.rb

#before_appending(parsestate) ⇒ Object

Override the options in the parsestate when the config is appended to the tree.



62
63
64
# File 'lib/inversion/template/configtag.rb', line 62

def before_appending( parsestate )
	parsestate.options.merge!( self.options )
end