Neither ruby and nor irb can load .rb file in current directory

前端 未结 7 1140
慢半拍i
慢半拍i 2021-01-31 17:30

I\'m having a really noob problem with importing files in Ruby. I\'m making a Ruby app in Windows XP. All the class files for the app are in \"C:/Documents/Prgm/Surveyor_R

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-31 17:51

    If you're trying to do this with rvmsudo, I found this worked for me:

    rvmsudo irb -I '/Absolute/path/to/your/project'
    

提交回复
热议问题