lib/vedeu/output/compositor.rb in vedeu-0.3.0 vs lib/vedeu/output/compositor.rb in vedeu-0.3.1

- old
+ new

@@ -1,7 +1,5 @@ -require 'vedeu/support/common' - module Vedeu # Before the content of the buffer can be output to the terminal, if there are # any changes to the geometry of the interface (stored in the buffer), then # these need to be stored; replacing those already stored. This is our last @@ -11,11 +9,9 @@ # Combines stored interface layout/geometry with an interface view/buffer # to create a single view to be sent to the terminal for output. # # @api private class Compositor - - include Vedeu::Common # Convenience method to initialize a new Compositor and call its {#compose} # method. # # @return [Compositor]