An open API service indexing awesome lists of open source software.

https://github.com/youpy/ruby-objc-swift-extension-example


https://github.com/youpy/ruby-objc-swift-extension-example

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ruby Objective-C + Swift extension example

```
$ rake compile
$ ruby -Ilib -rhello -e "puts Hello::World.new(nil).greeting('world')"
```