Guest User

Untitled

a guest
May 7th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. How can I redirect the error stream from ruby's shell commands in vim's ruby interface?
  2. ruby -e "raise 'exception'" > output
  3.  
  4. ruby -e "raise 'exception'" 2> output
Advertisement
Add Comment
Please, Sign In to add comment