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