문제

Can someone tekl me what's going on here? This used to work for me but now I'm getting this error in both ruby 1.8.7 and ruby 1.9.3

require 'StringIO'
#LoadError: 127: The specified procedure could not be found.   - Init_StringIO
도움이 되었습니까?

해결책

just a problem with case:

require 'stringio'
str = StringIO.new
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top