Gems






Shale is a Ruby object mapper and serializer for JSON, YAML, TOML and XML.
Shale is a Ruby object mapper and serializer for JSON, YAML, TOML and XML. It allows you to parse JSON, YAML, TML and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML or XML. - kgiszczak...



Add behaviors to your objects without altering their superclass hierarchy.
Delegate methods in Ruby and preserve self. Add behaviors to your objects without altering their superclass hierarchy. - saturnflyer/casting: Delegate methods in Ruby and preserve self. Add behaviors to your objects without altering their superclass.