Class: FastComments::Jekyll::SelectorTag
- Defined in:
- lib/fastcomments/jekyll/base_tag.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from BaseTag
Instance Method Details
#render_widget(config) ⇒ Object
30 31 32 |
# File 'lib/fastcomments/jekyll/base_tag.rb', line 30 def (config) SelectorWidget.render(self.class.spec, config) end |