Class: RBS::Inline::AST::Annotations::Dot3Assertion

Inherits:
Base
  • Object
show all
Defined in:
lib/rbs/inline/ast/annotations.rb

Instance Attribute Summary

Attributes inherited from Base

#source, #tree

Instance Method Summary collapse

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