Module: NokogiriTruncator::CommentNode
- Defined in:
- lib/middleman-blog/truncate_html.rb
Instance Method Summary collapse
Instance Method Details
#truncate(*args) ⇒ Object
57 58 59 60 |
# File 'lib/middleman-blog/truncate_html.rb', line 57 def truncate(*args) # Don't truncate comments, since they aren't visible self end |