Source: show | on GitHub
# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 137 def initialize(value, type) @type = type @value = process(value) end