lib/motion/project/project.rb in motion-sparkle-sandbox-2.1.0 vs lib/motion/project/project.rb in motion-sparkle-sandbox-2.1.1

- old
+ new

@@ -8,9 +8,10 @@ variable :sparkle def sparkle(&block) @sparkle ||= Motion::Project::Sparkle.new(self) @sparkle.instance_eval(&block) if block + @sparkle.after_initialize @sparkle end end class App