Sha256: f9d8f27902aae09ee8001132c8eae1b890375fc193381d104f6aa8e939e4d64f
Contents?: true
Size: 618 Bytes
Versions: 1
Compression:
Stored size: 618 Bytes
Contents
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: [hboon@motionobj.com](mailto:hboon@motionobj.com) * 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).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-ostruct-0.0.1 | README.md |