# File rparsec/parser.rb, line 736 def string_nocase(str, expected="'#{str}' expected") StringCaseInsensitiveParser.new(str, expected).setName(str) end