changelog shortlog tags changeset file revisions annotate raw

stories/all.rb

revision 17: 930559402bbe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stories/all.rb	Mon Mar 10 10:14:24 2008 +0900
@@ -0,0 +1,4 @@
+dir = File.dirname(__FILE__)
+Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
+  require file
+end
\ No newline at end of file