Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Search Repo:
commit  3bbe3ca69a5aa2e4346e62a988edab0b3d9451b8
tree    75b03c20ef42d5fcd6a7ade7d2618846bd54acd2
parent  96cdc957653159c24ebf59a5096bcde6554ba58f
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