# File lib/hirb/view.rb, line 136
      def capture_and_render(&block)
        render_method.call Util.capture_stdout(&block)
      end