method

put_urls

v1_9_1_378 - Show latest stable - Class: IEHandler
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