centrifugal/centrifuge-ruby

View on GitHub
lib/cent.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require 'cent/version'
require 'cent/notary'
require 'cent/client'

# Centrifugo Ruby Client
module Cent
  # Here will be code...
end