Method: Praxis::Types::MultipartArray.construct

Defined in:
lib/praxis/types/multipart_array.rb

.construct(constructor_block, _options = {}) ⇒ Object



44
45
46
# File 'lib/praxis/types/multipart_array.rb', line 44

def self.construct(constructor_block, _options={})
  Class.new(self, &constructor_block)
end