Module: FreshJwt::Entity::Callable
- Included in:
- Payload
- Defined in:
- lib/fresh_jwt/payload.rb
Instance Method Summary collapse
- #call(*args) ⇒ Object (also: #[])
Instance Method Details
#call(*args) ⇒ Object Also known as: []
8 9 10 |
# File 'lib/fresh_jwt/payload.rb', line 8 def call(*args) new(*args) end |