Update rubydoc for before/after return types

This commit is contained in:
Brian Cain 2019-08-19 11:33:30 -07:00
parent 66aac23470
commit 4933610398
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 2 additions and 2 deletions

View File

@ -45,12 +45,12 @@ module VagrantPlugins
# The name of a provisioner to run before it has started
#
# @return [String]
# @return [String, Symbol]
attr_accessor :before
# The name of a provisioner to run after it is finished
#
# @return [String]
# @return [String, Symbol]
attr_accessor :after
def initialize(name, type, before=nil, after=nil)