Class: RBS::Inline::AST::Annotations::Dot3Assertion
- Defined in:
- lib/rbs/inline/ast/annotations.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(tree, source) ⇒ Dot3Assertion
constructor
A new instance of Dot3Assertion.
Constructor Details
#initialize(tree, source) ⇒ Dot3Assertion
Returns a new instance of Dot3Assertion.
354 355 356 357 |
# File 'lib/rbs/inline/ast/annotations.rb', line 354 def initialize(tree, source) @tree = tree @source = source end |