Module: Serega::SeregaPlugins::ContextMetadata::SeregaSerializerInstanceMethods
- Defined in:
- lib/serega/plugins/context_metadata/context_metadata.rb
Instance Method Summary collapse
Instance Method Details
#serialize(object) ⇒ Object
61 62 63 64 65 |
# File 'lib/serega/plugins/context_metadata/context_metadata.rb', line 61 def serialize(object) super.tap do |hash| (hash) end end |