method

put_urls

ruby latest stable - Class: IEHandler

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.

put_urls()
public

No documentation available.

# File ext/win32ole/sample/ienavi2.rb, line 22
  def put_urls
    puts "You Navigated the URLs ..."
    @urls.each_with_index do |url, i|
      puts "(#{i+1}) #{url}"
    end
  end