class Builderator::Interface::Vagrant
Render a temporary Vagrantfile
Public Instance Methods
command()
click to toggle source
# File lib/builderator/interface/vagrant.rb, line 19 def command c = '' c << 'ulimit -n 1024; ' if bundled? c << 'VAGRANT_I_KNOW_WHAT_IM_DOING_PLEASE_BE_QUIET=true ' if bundled? c << which end
source()
click to toggle source
# File lib/builderator/interface/vagrant.rb, line 26 def source directory.join('Vagrantfile') end