Module: Serega::SeregaPlugins::Root::SeregaConvertInstanceMethods

Defined in:
lib/serega/plugins/root/root.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



85
86
87
88
89
90
# File 'lib/serega/plugins/root/root.rb', line 85

def to_h
  hash = super
  root = build_root(opts)
  hash = {root => hash} if root
  hash
end