Module: JWT::JWA::Compat Private
- Defined in:
- lib/jwt/jwa/compat.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Provides backwards compatibility for algorithms
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
- .included(klass) ⇒ Object private
Class Method Details
.included(klass) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
27 28 29 |
# File 'lib/jwt/jwa/compat.rb', line 27 def self.included(klass) klass.extend(ClassMethods) end |