Represents a <Constructor> node.
Constructors act like functions except they don‘t have a return value
Methods
Public Instance methods
Disabled: Constructors do not have a return_type.
[ show source ]
# File lib/rbgccxml/nodes/constructor.rb, line 10
10: def return_type
11: raise "There is no return_type of a constructor"
12: end