Class: RBS::AST::Ruby::Annotations::ModuleAliasAnnotation
- Inherits:
-
AliasAnnotation
- Object
- Base
- AliasAnnotation
- RBS::AST::Ruby::Annotations::ModuleAliasAnnotation
- Defined in:
- lib/rbs/ast/ruby/annotations.rb
Instance Attribute Summary
Attributes inherited from AliasAnnotation
#keyword_location, #type_name, #type_name_location
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from AliasAnnotation
Methods inherited from Base
Constructor Details
This class inherits a constructor from RBS::AST::Ruby::Annotations::AliasAnnotation
Instance Method Details
#type_fingerprint ⇒ Object
74 75 76 77 78 79 |
# File 'lib/rbs/ast/ruby/annotations.rb', line 74 def type_fingerprint [ "annots/module-alias", type_name&.to_s ] end |