Method: Crokus::Parser#maybe

Defined in:
lib/crokus/parser.rb

#maybe(kind) ⇒ Object



26
27
28
# File 'lib/crokus/parser.rb', line 26

def maybe kind
  return acceptIt if showNext.is? kind
end