Method: Build::Graph::Walker#run

Defined in:
lib/build/graph/walker.rb

#run(**options) ⇒ Object



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