Module: Serega::Plugins::Root::ConvertInstanceMethods

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

Instance Method Summary collapse

Instance Method Details

#to_hObject



45
46
47
48
49
50
# File 'lib/serega/plugins/root/root.rb', line 45

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