Class: RBS::Inline::AST::Annotations::Skip

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

Overview

‘# @rbs skip`

Instance Attribute Summary

Attributes inherited from Base

#source, #tree

Instance Method Summary collapse

Constructor Details

#initialize(tree, source) ⇒ Skip



419
420
421
422
# File 'lib/rbs/inline/ast/annotations.rb', line 419

def initialize(tree, source)
  @tree = tree
  @source = source
end