lib/ae/legacy.rb in ae-1.7.0 vs lib/ae/legacy.rb in ae-1.7.1

- old
+ new

@@ -273,16 +273,9 @@ end #module Assertions end #module Legacy -# # This could be in Object, but since they will only be needed in -# # the context of a, well, Context... -# # -# class Context #:nodoc: -# include Legacy::Assertions -# end - module World include AE::Legacy::Assertions end end