Class: RBS::AST::Declarations::Module

Inherits:
Object
  • Object
show all
Includes:
ShimTypeParams
Defined in:
lib/syntax_tree/rbs/entrypoints.rb

Overview

module Foo end

Instance Method Summary collapse

Methods included from ShimTypeParams

#type_params

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