https://github.com/rubyworks/ostruct2
OpenStruct Improved
https://github.com/rubyworks/ostruct2
Last synced: 6 months ago
JSON representation
OpenStruct Improved
- Host: GitHub
- URL: https://github.com/rubyworks/ostruct2
- Owner: rubyworks
- License: other
- Created: 2012-05-19T16:48:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-21T15:46:34.000Z (about 12 years ago)
- Last Synced: 2024-11-29T21:07:31.225Z (about 1 year ago)
- Language: Ruby
- Size: 184 KB
- Stars: 41
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- Changelog: HISTORY.rdoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= OpenStruct 2
{Website}[http://rubyworks.github.com/ostruct2] /
{Report Issue}[http://github.com/rubyworks/ostruct2/issues] /
{Source Code}[http://github.com/rubyworks/ostruct2]
{
}[http://travis-ci.org/rubyworks/ostruct2]
== Description
OStruct2 is a reimplementation of Ruby's standard ostruct.rb library.
This new OpenStruct class addresses issues the original has with conflicting
member names and cloning.
== Copyrights
Copyright (c) 2010 Rubyworks
OStruct2 is distributed under the *BSD-2-Clause* license.
See LICENSE.txt for detatils.