# File rparsec/parser.rb, line 721 def integer(expected='integer expected') regexp(/\d+(?!\w)/, expected) end