Module: Serega::SeregaConvert::SeregaConvertClassMethods

Included in:
Serega::SeregaConvert
Defined in:
lib/serega/convert.rb

Instance Method Summary collapse

Instance Method Details

#call(object, **opts) ⇒ Object



6
7
8
# File 'lib/serega/convert.rb', line 6

def call(object, **opts)
  new(object, **opts).to_h
end