Top Level Namespace

Defined Under Namespace

Modules: Buildhosts

Instance Method Summary collapse

Instance Method Details

#configuring(what) ⇒ Object

Helper methods to print common messages



5
6
7
# File 'lib/buildhosts/manginx.rb', line 5

def configuring what
    puts "Configuring: #{what}..."
end

#done(next_step = '') ⇒ Object



9
10
11
# File 'lib/buildhosts/manginx.rb', line 9

def done next_step=''
    puts "Done! #{next_step}"
end