module NokogiriTruncator::CommentNode

Public Instance Methods

truncate(*args) click to toggle source
# File lib/bergamasco/summarize.rb, line 72
def truncate(*args)
  # Don't truncate comments, since they aren't visible
  self
end