lib/beaker/dsl/patterns.rb in beaker-3.31.0 vs lib/beaker/dsl/patterns.rb in beaker-3.32.0

- old
+ new

@@ -20,10 +20,10 @@ # @param [Hash{Symbol=>String}] opts Options to alter execution. # @option opts [Boolean] :run_in_parallel Whether to run on each host in parallel. # @param [Block] block This method will yield to a block of code passed by the caller # # @return [Array<Result>, Result, nil] An array of results, a result object, or nil. - # Check {#run_block_on} for more details on this. + # Check {Beaker::Shared::HostManager#run_block_on} for more details on this. def block_on hosts_or_filter, opts={}, &block block_hosts = nil if defined? hosts block_hosts = hosts end