lib/hieracles/formats/rawyaml.rb in hieracles-0.0.2 vs lib/hieracles/formats/rawyaml.rb in hieracles-0.0.3

- old
+ new

@@ -25,12 +25,8 @@ def allparams(args) @node.params_tree(false).to_yaml end - def modules(args) - @node.modules.to_yaml - end - end end end