lib/ae/legacy.rb in ae-1.5.0 vs lib/ae/legacy.rb in ae-1.6.0
- old
+ new
@@ -280,11 +280,12 @@
# #
# class Context #:nodoc:
# include Legacy::Assertions
# end
-end
+ module World
+ include AE::Legacy::Assertions
+ end
-class ::Object #:nodoc:
- include AE::Legacy::Assertions
end
+