Returns:
191 192 193
# File 'lib/rdoc/parser/ruby.rb', line 191 def tk_nl?(tk) :on_nl == tk[:kind] or :on_ignored_nl == tk[:kind] end