Module: Kinko::Adapters::ROM
- Defined in:
- lib/kinko/adapters/rom.rb,
lib/kinko/adapters/rom/plugin.rb
Defined Under Namespace
Class Method Summary collapse
- .blind_index(value, **opts) ⇒ Object
- .decrypt(envelope, **opts) ⇒ Object
- .encrypt(value, **opts) ⇒ Object
Class Method Details
.blind_index(value, **opts) ⇒ Object
32 33 34 |
# File 'lib/kinko/adapters/rom.rb', line 32 def blind_index(value, **opts) Kinko::BlindIndex.compute(value, **opts) end |