# File lib/wsman.rb, line 72 def measure_time(msg) start = Time.now if @debug_time yield puts "#{msg}: #{Time.now - start}" if @debug_time end