lib/rundock/hook/base.rb in rundock-0.4.12 vs lib/rundock/hook/base.rb in rundock-0.4.13

- old
+ new

@@ -9,10 +9,10 @@ def initialize(name, contents = {}) @name = name @contents = contents end - def hook(node_attributes = [], log_buffer = []) + def hook(operation_attributes = [], log_buffer = []) raise HookNotImplementedError end end end end