opnsense-ports/devel/rubygem-ostruct/pkg-descr
2022-09-07 22:33:21 +02:00

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.