Provide an alias to the args for consistency
This commit is contained in:
parent
63e253b506
commit
f903b0ee31
@ -7,6 +7,10 @@ module VagrantPlugins
|
|||||||
def initialize(arguments:)
|
def initialize(arguments:)
|
||||||
@args = arguments
|
@args = arguments
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def arguments
|
||||||
|
@args
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user