Module: NokogiriTruncator::CommentNode

Defined in:
lib/middleman-blog/truncate_html.rb

Instance Method Summary collapse

Instance Method Details

#truncate(*args) ⇒ Object



51
52
53
54
# File 'lib/middleman-blog/truncate_html.rb', line 51

def truncate(*args)
  # Don't truncate comments, since they aren't visible
  self
end