Class: Glimmer::DSL::XML::MetaExpression
- Inherits:
-
StaticExpression
- Object
- StaticExpression
- Glimmer::DSL::XML::MetaExpression
- Includes:
- NodeParentExpression
- Defined in:
- lib/glimmer/dsl/xml/meta_expression.rb
Overview
This static html expression flips the DSL switch on for XML DSL in Glimmer
Instance Method Summary collapse
Methods included from NodeParentExpression
Instance Method Details
#interpret(parent, keyword, *args, &block) ⇒ Object
34 35 36 |
# File 'lib/glimmer/dsl/xml/meta_expression.rb', line 34 def interpret(parent, keyword, *args, &block) xml_expression.interpret(parent, keyword, *args, &block) end |
#xml_expression ⇒ Object
38 39 40 |
# File 'lib/glimmer/dsl/xml/meta_expression.rb', line 38 def xml_expression @xml_expression ||= XmlExpression.new end |