Sha256: 2400bed43c7eb8f8134b8c7bac840ca32ede0f4a1c121fa1e4cbd61211215ce8

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

module Marvin
  class DRBHandler
    
    attr_accessor :port
    
    # Will do the appropriate things to dispatch
    # a message to the different DRB clients.
    def handle(message, opts = {})
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Sutto-marvin-0.1.20081120 lib/marvin/drb_handler.rb