lib/vedeu/geometry/content.rb in vedeu-0.4.9 vs lib/vedeu/geometry/content.rb in vedeu-0.4.10

- old
+ new

@@ -15,9 +15,11 @@ :height, :width, :x, :y + # Returns a new instance of Vedeu::Content. + # # @param interface [Vedeu::Interface] # @return [Vedeu::Content] def initialize(interface) @interface = interface end