3 4 5
# File 'lib/cp/options_struct.rb', line 3 def self.new( *properties ) Struct.new( "Options", *properties ).new end