Module: Readthis

Extended by:
Readthis
Included in:
Readthis
Defined in:
lib/readthis.rb,
lib/readthis/cache.rb,
lib/readthis/entity.rb,
lib/readthis/errors.rb,
lib/readthis/version.rb,
lib/readthis/expanders.rb,
lib/readthis/passthrough.rb,
lib/readthis/serializers.rb

Defined Under Namespace

Modules: Expanders, Passthrough Classes: Cache, Entity, Serializers

Constant Summary collapse

ReadthisError =
Class.new(StandardError)
SerializersFrozenError =
Class.new(ReadthisError)
SerializersLimitError =
Class.new(ReadthisError)
UnknownSerializerError =
Class.new(ReadthisError)
VERSION =
'1.1.0'

Instance Method Summary collapse

Instance Method Details

#serializersObject

The current, global, instance of serializers that is used by all cache instances.

See Also:

  • readthis/serializers


16
17
18
# File 'lib/readthis.rb', line 16

def serializers
  @serializers ||= Readthis::Serializers.new
end