class RubyEventStore::Mappers::Transformation::Encryption::Leaf
Public Class Methods
Source
# File lib/ruby_event_store/mappers/transformation/encryption.rb, line 8 def self.===(hash) hash.keys.sort.eql? %i[cipher identifier iv] end
# File lib/ruby_event_store/mappers/transformation/encryption.rb, line 8 def self.===(hash) hash.keys.sort.eql? %i[cipher identifier iv] end