Class: RubyLexer::Newline

Inherits:
Object
  • Object
show all
Defined in:
lib/rubylexer/tokenprinter.rb

Instance Method Summary collapse

Instance Method Details

#ws_munge(tp) ⇒ Object



63
64
65
66
# File 'lib/rubylexer/tokenprinter.rb', line 63

def ws_munge(tp)
   tp.lasttok=self
   return"#{tp.lastfal_every_10_lines}\n"
end