fix example standalone
This commit is contained in:
parent
e7250a3ed1
commit
e81f25a0d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,5 +8,6 @@ Manifest
|
||||
tmp/*
|
||||
.bundle/*
|
||||
.DS_Store
|
||||
*.gem
|
||||
|
||||
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user