Initial import

This commit is contained in:
Jakub Šťastný aka Botanicus 2010-10-20 14:42:17 +01:00
commit 4cc4e303ab
44 changed files with 691 additions and 0 deletions

6
example/boot.rb Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env ace
# encoding: utf-8
Dir["app/**/*.rb"].each do |file|
load file
end