SYMBOL INDEX (17 symbols across 3 files) FILE: lib/babel/transpiler.rb type Babel (line 5) | module Babel type Transpiler (line 6) | module Transpiler function version (line 7) | def self.version function source_version (line 11) | def self.source_version function source_path (line 15) | def self.source_path function script_path (line 19) | def self.script_path function context (line 23) | def self.context function transform (line 27) | def self.transform(code, options = {}) FILE: lib/babel/transpiler/version.rb type Babel (line 1) | module Babel type Transpiler (line 2) | module Transpiler FILE: test/test_babel_transpiler.rb class TestBabelTranspiler (line 4) | class TestBabelTranspiler < MiniTest::Test method test_source_constants (line 5) | def test_source_constants method test_source_path_directory (line 11) | def test_source_path_directory method test_script_path_readable (line 19) | def test_script_path_readable method test_version (line 25) | def test_version method test_transform (line 30) | def test_transform method test_transform_options (line 38) | def test_transform_options