class Nokogiri::XML::Node

def comment?

Returns true if this is a Comment
def comment?
  type == COMMENT_NODE
end