Method: AutoC::Type#custom_create
- Defined in:
- lib/autoc/type.rb
#custom_create ⇒ String
This method is abstract.
Synthesize the source side code to create an instance in place of the value and and initialize it with supplied args (the custom constructor).
The args elements are expected to be of the AutoC::Type type.
Original contents of the value is overwritten.
49 |
# File 'lib/autoc/type.rb', line 49 abstract def custom_create(value, *args) = ABSTRACT |