Method: Crokus::Parser#showNext

Defined in:
lib/crokus/parser.rb

#showNext(n = 1) ⇒ Object



40
41
42
# File 'lib/crokus/parser.rb', line 40

def showNext(n=1)
  tokens[n-1] if tokens.any?
end