Class: Tapioca::Compilers::SymbolTableCompiler

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/tapioca/compilers/symbol_table_compiler.rb

Instance Method Summary collapse

Instance Method Details

#compile(gem, indent = 0) ⇒ Object



15
16
17
18
19
20
# File 'lib/tapioca/compilers/symbol_table_compiler.rb', line 15

def compile(
  gem,
  indent = 0
)
  Tapioca::Compilers::SymbolTable::SymbolGenerator.new(gem, indent).generate
end