Module: RubyIndexer
- Extended by:
- T::Sig
- Defined in:
- lib/ruby_indexer/lib/ruby_indexer/entry.rb,
lib/ruby_indexer/ruby_indexer.rb,
lib/ruby_indexer/test/test_case.rb,
lib/ruby_indexer/test/index_test.rb,
lib/ruby_indexer/test/method_test.rb,
lib/ruby_indexer/test/constant_test.rb,
lib/ruby_indexer/test/prefix_tree_test.rb,
lib/ruby_indexer/lib/ruby_indexer/index.rb,
lib/ruby_indexer/test/configuration_test.rb,
lib/ruby_indexer/lib/ruby_indexer/collector.rb,
lib/ruby_indexer/lib/ruby_indexer/prefix_tree.rb,
lib/ruby_indexer/test/classes_and_modules_test.rb,
lib/ruby_indexer/lib/ruby_indexer/configuration.rb,
lib/ruby_indexer/lib/ruby_indexer/indexable_path.rb
Overview
typed: strict frozen_string_literal: true
Defined Under Namespace
Classes: ClassesAndModulesTest, Collector, Configuration, ConfigurationTest, ConstantTest, Entry, Index, IndexTest, IndexablePath, MethodTest, PrefixTree, PrefixTreeTest, TestCase
Class Attribute Summary collapse
-
.configuration ⇒ Object
readonly
Returns the value of attribute configuration.
Class Attribute Details
.configuration ⇒ Object (readonly)
Returns the value of attribute configuration.
21 22 23 |
# File 'lib/ruby_indexer/ruby_indexer.rb', line 21 def configuration @configuration end |