class RDoc::Parser::Ruby

def tk_nl?(tk)

def tk_nl?(tk)
  :on_nl == tk[:kind] or :on_ignored_nl == tk[:kind]
end