InfraRuby fab

This gem provides the InfraRuby fabrication plant.

Example

require "fab"

d = Fab::Directory.new
d.instance_eval do
    mkdir("hello") {
        write("README.md", <<-END)

hello, world END } end

Support

http://infraruby.com/