Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).