lib/hieracles/format.rb in hieracles-0.2.0 vs lib/hieracles/format.rb in hieracles-0.2.1
- old
+ new
@@ -6,9 +6,13 @@
def info(_)
"#{__callee__} not implemented, please inherit from the Hieracles::Format class to implement a format.\n"
end
+ def facts(_)
+ "#{__callee__} not implemented, please inherit from the Hieracles::Format class to implement a format.\n"
+ end
+
def files(_)
"#{__callee__} not implemented, please inherit from the Hieracles::Format class to implement a format.\n"
end
def paths(_)