Skip to content

colstrom/objectification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objectification

Installation

gem install objectification

Usage

require 'objectification'

some_hash = { 'foo' => 'bar' }
some_object = Objectification::FromHash.new some_hash
some_object.foo # => 'bar'

License

MIT License

See LICENSE.txt for the full text.

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages