Adding code and slides

This commit is contained in:
macournoyer
2008-02-20 14:01:31 -05:00
parent 550e63a97e
commit ef4721aaf5
107 changed files with 61 additions and 0 deletions

3
blank.rb Normal file
View File

@@ -0,0 +1,3 @@
%w(rubygems eventmachine thin thin_parser rack rack/lobster).each { |f| require f }
EM