class VagrantLogger

NOTE: We must do this little hack to allow rest-client to write using the `<<` operator. See github.com/rest-client/rest-client/issues/34#issuecomment-290858 for more information

Public Instance Methods

<<(msg) click to toggle source
# File lib/vagrant.rb, line 82
def << (msg)
  debug(msg.strip)
end