fix example standalone

This commit is contained in:
John Bintz 2010-11-24 14:37:20 -05:00
parent e7250a3ed1
commit e81f25a0d2
2 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -8,5 +8,6 @@ Manifest
tmp/*
.bundle/*
.DS_Store
*.gem

View File

@ -1,9 +1,7 @@
#!/usr/bin/ruby
require 'rubygems'
gem 'apache-config'
gem 'apache-config-generator'
require 'apache/config'
puts Apache::Config.build_and_return do
this_works
end
puts Apache::Config.build_and_return { this_works }