lib/vedeu/buffers/null.rb in vedeu-0.6.50 vs lib/vedeu/buffers/null.rb in vedeu-0.6.51

- old
+ new

@@ -3,9 +3,11 @@ module Buffers # Provides a non-existent Vedeu::Buffers::Buffer that acts like # the real thing, but does nothing. # + # @api private + # class Null < Vedeu::Null::Generic end # Null end # Buffers