120 121 122 123 124
# File 'lib/output.rb', line 120 def output(&block) $stdscr = self block.call $stdscr = STDSCR end