Class: Clot::LinkSeparator
- Inherits:
-
Liquid::Tag
- Object
- Liquid::Tag
- Clot::LinkSeparator
- Defined in:
- lib/clot/nav_bar.rb
Instance Method Summary collapse
Instance Method Details
#render(context) ⇒ Object
147 148 149 150 |
# File 'lib/clot/nav_bar.rb', line 147 def render(context) factory = context['tag_factory'] || GenericTagFactory factory[:list_item_separator] || "" end |