Method: ViewFu::TagHelper#clear
- Defined in:
- lib/view_fu/tag_helper.rb
#clear(direction = nil) ⇒ Object
Writes a clear div tag
109 110 111 |
# File 'lib/view_fu/tag_helper.rb', line 109 def clear(direction = nil) clear_tag(:div, direction) end |