About
Buy my book
Exceptional Ruby is the definitive guide to exceptions and failure handling in Ruby.
Pages
Categories
Tag Archives: processes
Safely executing commands with user data
Do you ever need to call out to a shell command with some user-supplied arguments? category = ‘riddles’ fortune = `fortune #{category}` Q: What’s the difference between a Mac and an Etch-a-Sketch? A: You don’t have to shake the Mac … Continue reading
