Embed Ruby in Swift: load Gems, run Ruby scripts, invoke APIs seamlessly in both directions. RubyGateway is a framework built on the Ruby C API that lets Swift programs running on macOS or Linux painlessly and safely run and interact with Ruby programs. It's easy to pass Swift values into Ruby and turn Ruby objects back into Swift types. RubyGateway lets you call any Ruby method from Swift, includ

