205 206 207 208 209 210 211
# File 'lib/build/graph/walker.rb', line 205 def run(**options) yield monitor.run(**options) do yield end end