Method: AutoC::Type#default_create
- Defined in:
- lib/autoc/type.rb
#default_create ⇒ String
This method is abstract.
Synthesize the source side code to create an instance in place of the value and perform its default initialization (the default constructor).
Original contents of the value is overwritten.
36 |
# File 'lib/autoc/type.rb', line 36 abstract def default_create(value) = ABSTRACT |