Class: Sinatra::Jwt::DummyHashDiff

Inherits:
Object
  • Object
show all
Defined in:
lib/sinatra/jwt/dummy_hash_diff.rb

Class Method Summary collapse

Class Method Details

.added_attr_or_appended?(_request_hash, _required_hash) ⇒ Boolean

Returns:

  • (Boolean)

Raises:



6
7
8
# File 'lib/sinatra/jwt/dummy_hash_diff.rb', line 6

def self.added_attr_or_appended?(_request_hash, _required_hash)
  raise JwtRequiredDataError, "No diffing implemented"
end