lib/config_builder/model/base.rb in vagrant-config_builder-0.8.0 vs lib/config_builder/model/base.rb in vagrant-config_builder-0.9.0
- old
+ new
@@ -54,10 +54,10 @@
end
# Generate a block based on the attribute configuration and call it with
# the given config.
#
- # @param [Vagrant.plugin('2', :config)]
+ # @param config [Vagrant.plugin('2', :config)]
# @return [void]
def call(config)
to_proc.call(config)
end