lib/motion-support/callbacks.rb in motion-support-0.2.4 vs lib/motion-support/callbacks.rb in motion-support-0.2.5

- old
+ new

@@ -1,9 +1,11 @@ require 'motion-require' files = [ + "_stdlib/array", "concern", "descendants_tracker", - "callbacks" + "callbacks", + "core_ext/kernel/singleton_class" ].map { |file| File.expand_path(File.join(File.dirname(__FILE__), "/../../motion", "#{file}.rb")) } Motion::Require.all(files)