Flowdock
method

put_urls

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - 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

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.