Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 Ruby 程序中使用 Watir,就像这样
require 'watir' ie = Watir::IE.new ie.goto 'www.google.com'
它运作良好,但当我输入“即”时没有自动完成。. 我应该怎么做才能解决这个问题?
确保 RubyMine 识别外部库。如果您使用的是 Bundler 支持的项目(例如 Rails 应用程序),请转到Tools > Bundler > Install.
Tools > Bundler > Install
否则,从项目设置中将 gem 添加到项目中。