3 lines
229 B
Text
3 lines
229 B
Text
An OpenStruct is a data structure, similar to a Hash, that allows the definition
|
|
of arbitrary attributes with their accompanying values. This is accomplished by
|
|
using Ruby's metaprogramming to define methods on the class itself.
|