class REXML::Parsers::PullEvent

def comment?

Content: [ String text ]
def comment?
  @contents[0] == :comment
end