Class: Tilt::RadiusTemplate::ContextClass
- Inherits:
-
Radius::Context
- Object
- Radius::Context
- Tilt::RadiusTemplate::ContextClass
- Defined in:
- lib/tilt/radius.rb
Instance Attribute Summary collapse
-
#tilt_scope ⇒ Object
Returns the value of attribute tilt_scope.
Instance Method Summary collapse
Instance Attribute Details
#tilt_scope ⇒ Object
Returns the value of attribute tilt_scope.
10 11 12 |
# File 'lib/tilt/radius.rb', line 10 def tilt_scope @tilt_scope end |
Instance Method Details
#dup ⇒ Object
16 17 18 19 20 |
# File 'lib/tilt/radius.rb', line 16 def dup i = super i.tilt_scope = tilt_scope i end |
#tag_missing(name, attributes) ⇒ Object
12 13 14 |
# File 'lib/tilt/radius.rb', line 12 def tag_missing(name, attributes) tilt_scope.__send__(name) end |