Flowdock
method

capture

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Previewer
capture(*argv, to:) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/lib/active_storage/previewer.rb, line 71
      def capture(*argv, to))
        to.binmode
        IO.popen(argv, err: File::NULL) { |out| IO.copy_stream(out, to) }
        to.rewind
      end
Register or log in to add new notes.