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

InfraRuby Vision [email protected]

http://infraruby.com/ https://github.com/InfraRuby https://twitter.com/InfraRuby