Rsec::Unary
one of char in string
# File lib/rsec/parsers/misc.rb, line 141 def _parse ctx ctx.skip /\s*/ return INVALID if ctx.eos? chr = ctx.getch unless some().index(chr) return INVALID end ctx.skip /\s*/ chr end