28 29 30
# File 'lib/modelling.rb', line 28 def structs(*args) generate_accessors_from_args(args, Proc.new { OpenStruct.new }) end