public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
commit  628cbde5cdced976670e81a55a71f8d25f123b2d
tree    454949a2b71b7260ab425ce8db8a7d634a3350dd
parent  249a13bc7536c7faa275bef1628d0dec831d6315
mephisto / stories / all.rb
100644 4 lines (4 sloc) 0.107 kb
1
2
3
4
dir = File.dirname(__FILE__)
Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
  require file
end