lib/tasks/doc.rb in dev-2.0.149 vs lib/tasks/doc.rb in dev-2.0.150

- old
+ new

@@ -1,4 +1,6 @@ +puts __FILE__ if defined?(DEBUG) + desc 'performs documentation commands' task :doc do Tasks.execute_task :doc;end class Doc < Array \ No newline at end of file