lib/traits/damaging.rb in gosu_extensions-0.1.0 vs lib/traits/damaging.rb in gosu_extensions-0.1.1
- old
+ new
@@ -1,8 +1,9 @@
# Use this for a thing that damages.
#
# Example:
-# class Rocket < ShortLived
+# class Rocket
+# it_is ShortLived
# it_is Damaging
# end
#
module Damaging
\ No newline at end of file