public
Description: Your favorite URL-shortening service in all of Ruby land
Homepage: http://rubyurl.com
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
robbyrussell (author)
Wed May 14 08:44:53 -0700 2008
commit  65af4e584b40dd9663fa3eebf1b7e79df01335a7
tree    67ea5ee96b815a0c934477cb858162fb7291859c
parent  9c710b6160958e137b1ad24dc3f6b185d5c043ee
rubyurl / 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