Represents a <Constructor> node.

Constructors act like functions except they don‘t have a return value

Methods
Public Instance methods
return_type()

Disabled: Constructors do not have a return_type.

    # File lib/rbgccxml/nodes/constructor.rb, line 10
10:     def return_type
11:       raise "There is no return_type of a constructor"
12:     end