您的位置:首页 > 其它

正则表达式30分钟入门教程(一篇不错的学习教程)

2009-09-24 21:54 666 查看
Which introduced this error:

/usr/bin/gem:23: uninitialized constant Gem::GemRunner(NameError)


Simply add the line to the file /usr/bin/gem (may be different on a mac)

require 'rubygems/gem_runner'


after

require 'rubygems'


This fixed the issue in both Ubuntu and OS 10.4.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: