Module: ExtExpression
- Defined in:
- lib/dsl.rb
Instance Method Summary collapse
Instance Method Details
#content_type(type) ⇒ Object
124 125 126 |
# File 'lib/dsl.rb', line 124 def content_type type @context_stack.last[:content_type] = type end |