Class: Zache
- Inherits:
-
Object
- Object
- Zache
- Defined in:
- lib/auth0/mixins/validation.rb
Instance Method Summary collapse
Instance Method Details
#last(key) ⇒ Object
4 5 6 |
# File 'lib/auth0/mixins/validation.rb', line 4 def last(key) @hash[key][:value] if @hash.key?(key) end |