Module: Laser::Parsers::Class::GenericConstraint1
- Defined in:
- lib/laser/annotation_parser/class_annotations_parser.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) type
302 303 304 305 |
# File 'lib/laser/annotation_parser/class_annotations_parser.rb', line 302 def type type_to_generify = variance_constraint.type Types::GenericType.new(type_to_generify, type_list.all_types) end |