lib/l2meter/null_output.rb in l2meter-0.13.0 vs lib/l2meter/null_output.rb in l2meter-0.14.0

- old
+ new

@@ -1,5 +1,6 @@ module L2meter class NullOutput - def print(*); end + def print(*) + end end end