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