lib/Context/Widget.rb in jldrill-0.5.1.7 vs lib/Context/Widget.rb in jldrill-0.6.0.1
- old
+ new
@@ -1,4 +1,5 @@
+# encoding: utf-8
module Context
# This is the Widget mixin for Context. If you wish to be able
# to add to, add, or remove a widget inside a View using context,
# this mixin must be included. This is an abstract mixin. The
# methods do nothing. They should be overriden in the concrete