Default Vagrant::UI#clear_line to do nothing [closes GH-466]
This needs to be defined as it is used in Vagrant::Action::VM::Import#call
This commit is contained in:
parent
cf115c10b1
commit
25dee4ac6d
|
@ -16,7 +16,7 @@ module Vagrant
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
[:report_progress, :ask, :no?, :yes?].each do |method|
|
[:clear_line, :report_progress, :ask, :no?, :yes?].each do |method|
|
||||||
# By default do nothing, these aren't logged
|
# By default do nothing, these aren't logged
|
||||||
define_method(method) { |*args| }
|
define_method(method) { |*args| }
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue