Sha256: 05daa704c50ccaa597b26e48a0751a172182e929399d0093b04fefd3c86968fd
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
# encoding: binary # typed: strict # frozen_string_literal: true module Paseto module Operations class ID module IDv4 extend T::Sig extend Interface::ID sig { override.returns(Protocol::Version4) } def self.protocol Protocol::Version4.new end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-paseto-0.1.2 | lib/paseto/operations/id/i_dv4.rb |
ruby-paseto-0.1.1 | lib/paseto/operations/id/i_dv4.rb |
ruby-paseto-0.1.0 | lib/paseto/operations/id/i_dv4.rb |