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

https://github.com/rubyworks/ostruct2

OpenStruct Improved
https://github.com/rubyworks/ostruct2

Last synced: 6 months ago
JSON representation

OpenStruct Improved

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.