6 7 8 9 10 11 12 13
# File 'lib/gutkumber/formatter/gtk_progress_formatter.rb', line 6 def visit_step(*) Gtk.main_iteration while Gtk.events_pending? Gtk.execute_pending_blocks super if time_str = ENV['GUTKUMBER_SLEEP'] sleep time_str.to_f end end