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
209 210 211 |
# File 'lib/rohbau/index.rb', line 209 def self.call(entity) Marshal.load(Marshal.dump entity) end |