Provide an alias to the args for consistency

This commit is contained in:
Chris Roberts 2021-11-17 14:31:16 -08:00 committed by Paul Hinze
parent 63e253b506
commit f903b0ee31
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -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