Method: Wee::Decoration#render_on
- Defined in:
- lib/wee/decoration.rb
#render_on(r) ⇒ Object
Forwards method call to the next decoration in the chain.
54 55 56 |
# File 'lib/wee/decoration.rb', line 54 def render_on(r) @next.render_on(r) end |