class VagrantPlugins::Share::Helper::Api::Logger
Public Class Methods
new(target)
click to toggle source
# File lib/vagrant-share/helper/api.rb, line 11 def initialize(target) @target = target end
Public Instance Methods
<<(string)
click to toggle source
# File lib/vagrant-share/helper/api.rb, line 15 def <<(string) @target.debug(string.chomp) end