module NokogiriTruncator::CommentNode

Public Instance Methods

truncate(*_args) click to toggle source
# File lib/middleman-blog/truncate_html.rb, line 59
def truncate(*_args)
  # Don't truncate comments, since they aren't visible
  self
end