Blob of stories/all.rb (raw blob data)

1 dir = File.dirname(__FILE__)
2 Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
3 require file
4 end