Class: RBS::AST::Declarations::Base
- Inherits:
-
Object
- Object
- RBS::AST::Declarations::Base
- Defined in:
- lib/rbs_loading_optimizer/loading/optimizer/ast.rb
Instance Attribute Summary collapse
-
#resolved ⇒ Object
NOTE: Allow to mark resolved to skip resolving process.
Instance Attribute Details
#resolved ⇒ Object
NOTE: Allow to mark resolved to skip resolving process
8 9 10 |
# File 'lib/rbs_loading_optimizer/loading/optimizer/ast.rb', line 8 def resolved @resolved end |