开发者

Rubinius does not recognize methods in the File class

I have a project that has alot of file manipulation. I am trying out Rubinius because I need to be able to compile the code. When I try to run code that includes

if Dir.exist?(file_path)

I get this error:

NoMethodError开发者_如何转开发: undefined method `exist?' on Dir (Class)

Is there something I need to include to get this recognized? Btw, I have also tried Dir.exists? since it is an alias, and that didn't work either. Is the issue that this method didn't exist in 1.8.7? I can't seem to find a list of


The issue was that Rubinius is using 1.8.7 and this method didn't exist then.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜