Method: CP::OptionsStruct.new
- Defined in:
- lib/cp/options_struct.rb
.new(*properties) ⇒ Object
3 4 5 |
# File 'lib/cp/options_struct.rb', line 3 def self.new( *properties ) Struct.new( "Options", *properties ).new end |
3 4 5 |
# File 'lib/cp/options_struct.rb', line 3 def self.new( *properties ) Struct.new( "Options", *properties ).new end |