Class: RBS::Inline::AST::Annotations::Skip
- Defined in:
- lib/rbs/inline/ast/annotations.rb
Overview
‘# @rbs skip`
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(tree, source) ⇒ Skip
constructor
A new instance of Skip.
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 |