Class: RBS::AST::Declarations::Global
- Inherits:
-
Object
- Object
- RBS::AST::Declarations::Global
- Defined in:
- lib/syntax_tree/rbs/entrypoints.rb
Overview
$foo: String
Instance Method Summary collapse
Instance Method Details
#accept(visitor) ⇒ Object
67 68 69 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 67 def accept(visitor) visitor.visit_global_declaration(self) end |