Sha256: 3ed5041758d07a3894d653d1ce71d36c9a6229b1d8f6f00666d4a4cb02e04e24

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

module Sprinkle
  module Commands
    class Reconnect < Command
      
      def initialize()
      end
      
      def inspect
        ":RECONNECT"
      end
      
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sprinkle-0.7.7 lib/sprinkle/commands/reconnect.rb
sprinkle-0.7.6.2 lib/sprinkle/commands/reconnect.rb
sprinkle-0.7.6.1 lib/sprinkle/commands/reconnect.rb
sprinkle-0.7.6 lib/sprinkle/commands/reconnect.rb