apache-config-generator/test/example_standalone.rb
2010-11-24 14:36:09 -05:00

10 lines
138 B
Ruby

#!/usr/bin/ruby
require 'rubygems'
gem 'apache-config'
require 'apache/config'
puts Apache::Config.build_and_return do
this_works
end