Class: RBS::AST::Declarations::Module
- Inherits:
-
Object
- Object
- RBS::AST::Declarations::Module
- Includes:
- ShimTypeParams
- Defined in:
- lib/syntax_tree/rbs/entrypoints.rb
Overview
module Foo end
Instance Method Summary collapse
Methods included from ShimTypeParams
Instance Method Details
#accept(visitor) ⇒ Object
88 89 90 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 88 def accept(visitor) visitor.visit_module_declaration(self) end |