Class: Rohbau::Index::DefaultMapper
- Inherits:
-
Object
- Object
- Rohbau::Index::DefaultMapper
- Defined in:
- lib/rohbau/index.rb
Class Method Summary collapse
Class Method Details
.call(entity) ⇒ Object
208 209 210 |
# File 'lib/rohbau/index.rb', line 208 def self.call(entity) Marshal.load(Marshal.dump entity) end |