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.
65 66 67 |
# File 'lib/tilt/radius.rb', line 65 def tilt_scope @tilt_scope end |
Instance Method Details
#dup ⇒ Object
71 72 73 74 75 |
# File 'lib/tilt/radius.rb', line 71 def dup i = super i.tilt_scope = tilt_scope i end |
#tag_missing(name, attributes) ⇒ Object
67 68 69 |
# File 'lib/tilt/radius.rb', line 67 def tag_missing(name, attributes) tilt_scope.__send__(name) end |