# File rparsec/parser.rb, line 562 def not_char(c) if c.kind_of? Fixnum nm = c.chr isnt(c, "'#{nm}' unexpected").setName("~#{nm}") else isnt(c[0], "'#{c}' unexpected").setName("~#{c}") end end