public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
commit  1cd5005248cd280b894971da122345a1616d280f
tree    65a98b098d64489c736a18ee1df971fc13d8b346
parent  d8038f72fecdeb573e8f0ced1892bc3f4c6ea489
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