0

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
pguardiario
  • 53,827
  • 19
  • 119
  • 159

1 Answers1

1

just a problem with case:

require 'stringio'
str = StringIO.new
bjelli
  • 9,752
  • 4
  • 35
  • 50