Update rubydoc for before/after return types
This commit is contained in:
parent
66aac23470
commit
4933610398
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue