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
- Host: GitHub
- URL: https://github.com/youpy/ruby-objc-swift-extension-example
- Owner: youpy
- License: mit
- Created: 2015-04-15T15:30:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T11:29:55.000Z (about 11 years ago)
- Last Synced: 2023-04-10T11:22:15.055Z (about 3 years ago)
- Language: Swift
- Size: 133 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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')"
```