Flowdock
method

default_handler

Importance_0
v1_9_2_180 - Show latest stable - 0 notes - Class: Object
default_handler(event, *args) public

No documentation

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

Hide source
# File ext/win32ole/sample/ienavi.rb, line 14
def default_handler(event, *args)
  case event
  when "BeforeNavigate"
    puts "Now Navigate #{args[0]}..."
  end
end
Register or log in to add new notes.