Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hboon/motion-ostruct
OpenStruct implement for RubyMotion
https://github.com/hboon/motion-ostruct
Last synced: 22 days ago
JSON representation
OpenStruct implement for RubyMotion
- Host: GitHub
- URL: https://github.com/hboon/motion-ostruct
- Owner: hboon
- License: bsd-2-clause
- Created: 2018-02-13T14:52:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T14:54:44.000Z (almost 7 years ago)
- Last Synced: 2024-12-04T13:48:58.813Z (28 days ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenStruct implement for RubyMotion
Usage
---
```
v = Motion::OpenStruct.new(:one => 'two')
p = Motion::OpenStruct.new(:one => 'two')
puts v
puts v == p
```Installation
---
1. Add this to your `Gemfile`: `gem 'motion-ostruct'`
2. Run `bundle install`License
---
BSD 2-clause. See LICENSE file.Questions
---
* Email: [[email protected]](mailto:[email protected])
* Web: [http://hboon.com/](http://hboon.com/)
* Twitter: [http://twitter.com/hboon](http://twitter.com/hboon)[Code](https://gist.github.com/FluffyJack/6ecd13fda8ff9c6be879) is courtesy of [Jack Watson-Hamblin](https://twitter.com/FluffyJack).