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 74
def << msg
  debug(msg.strip)
end