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
81 82 83 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 81 def accept(visitor) visitor.visit_module_declaration(self) end |