Description
Lets Ruby tools ask the operating system to open files, URLs, or applications using platform-appropriate behavior. It is useful for developer tools that need to hand something off to a browser, editor, or default app.
Opening external targets can trigger unexpected programs or leak data to URLs. Validate targets, avoid untrusted input, and make user-visible actions explicit.