method

method_missing

v1_9_2_180 - Show latest stable - Class: IEHandler
method_missing(event, *args)
public

No documentation available.

# File ext/win32ole/sample/ienavi2.rb, line 9
  def method_missing(event, *args)
    case event
    when "BeforeNavigate2"
      puts "Now Navigate #{args[1]}..."
    end
  end