File: ostruct.rb [ostruct: Ruby Standard Library Documentation]
Last Modified
2017-04-01 12:51:23 -0500
Requires

Description

frozen_string_literal: false

ostruct.rb: OpenStruct implementation

Author

Yukihiro Matsumoto

Documentation

Gavin Sinclair

OpenStruct allows the creation of data objects with arbitrary attributes. See OpenStruct for an example.