sprinkle-tool/sprinkle

View on GitHub
lib/sprinkle/commands/reconnect.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Sprinkle
  module Commands
    class Reconnect < Command
      
      def initialize()
      end
      
      def inspect
        ":RECONNECT"
      end
      
    end
  end
end