# File rparsec/parser.rb, line 774
  def whitespaces(expected="whitespace(s) expected")
    whitespace(expected).many_(1)
  end