Module: Redcord::Serializer

Extended by:
T::Sig
Defined in:
lib/redcord/serializer.rb

Overview

This module defines various helper methods on Redcord for serialization between the Ruby client and Redis server.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



21
22
23
# File 'lib/redcord/serializer.rb', line 21

def self.included(klass)
  klass.extend(ClassMethods)
end