Sha256: 30846ba0fa89f74ddec351d8df9abf282f0b8d1ad11262fa6c74834143817236

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

module Punchblock
  module Connection
    class GenericConnection
      def initialize
        @event_handler = lambda { |event| raise 'No event handler set' }
      end

      def ready!

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
punchblock-0.7.0 lib/punchblock/connection/generic_connection.rb
punchblock-0.6.2 lib/punchblock/connection/generic_connection.rb
punchblock-0.6.1 lib/punchblock/connection/generic_connection.rb