Sha256: 76d473028b229b8c681b63e290e2b73feb1a6b6d1747cb37e7b59ca15c1eecb5

Contents?: true

Size: 327 Bytes

Versions: 14

Compression:

Stored size: 327 Bytes

Contents

module Marvin
  module Handler
    
    # Received a given +message+ with a set of default
    # +opts+ (defaulting back to an empty hash), which
    # will be used to perform some sort of action.
    def handle(message, opts = {})
      Marvin::Logger.debug "NOP handle - got message #{message.inspect}"
    end
    
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
Sutto-marvin-0.1.20081115 lib/marvin/handler.rb
Sutto-marvin-0.1.20081120 lib/marvin/handler.rb
Sutto-marvin-0.2.0 lib/marvin/handler.rb
Sutto-marvin-0.2.1 lib/marvin/handler.rb
Sutto-marvin-0.2.2 lib/marvin/handler.rb
Sutto-marvin-0.2.3 lib/marvin/handler.rb
Sutto-marvin-0.2.4 lib/marvin/handler.rb
Sutto-marvin-0.3.0 lib/marvin/handler.rb
Sutto-marvin-0.3.2 lib/marvin/handler.rb
Sutto-marvin-0.3.3 lib/marvin/handler.rb
Sutto-marvin-0.3.4 lib/marvin/handler.rb
Sutto-marvin-0.4.0 lib/marvin/handler.rb
jeffrafter-marvin-0.1.20081115 lib/marvin/handler.rb
jeffrafter-marvin-0.1.20081120 lib/marvin/handler.rb