Remove unused methods from vagrantfile.rb
This commit is contained in:
parent
e5b10aa86b
commit
8e2f18761f
|
@ -247,20 +247,6 @@ module Vagrant
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns the list of defined pushes in this Vagrantfile.
|
|
||||||
#
|
|
||||||
# @return [Array<Symbol>]
|
|
||||||
def pushes
|
|
||||||
@config.push.defined_pushes
|
|
||||||
end
|
|
||||||
|
|
||||||
# Get the push by the given name.
|
|
||||||
#
|
|
||||||
# @return [idk]
|
|
||||||
def push(name)
|
|
||||||
@config.push.get_push(name)
|
|
||||||
end
|
|
||||||
|
|
||||||
protected
|
protected
|
||||||
|
|
||||||
def find_vagrantfile(search_path)
|
def find_vagrantfile(search_path)
|
||||||
|
|
Loading…
Reference in New Issue