SYMBOL INDEX (64 symbols across 14 files) FILE: lib/localer.rb type Localer (line 9) | module Localer # :nodoc: function data (line 14) | def data function config (line 18) | def config function configure (line 22) | def configure(options = {}) function load_data (line 26) | def load_data(source = Localer::Rails.translations) FILE: lib/localer/config.rb type Localer (line 7) | module Localer # :nodoc: class Config (line 11) | class Config method load (line 22) | def load(options = {}) method file_config (line 29) | def file_config(filename, path) method parse_locales (line 40) | def parse_locales(hash) FILE: lib/localer/config/locale.rb type Localer (line 3) | module Localer class Config (line 4) | class Config class Locale (line 6) | class Locale FILE: lib/localer/data.rb type Localer (line 8) | module Localer class Data (line 11) | class Data method initialize (line 18) | def initialize(*args) method complete? (line 23) | def complete? method missing_translations (line 27) | def missing_translations method each (line 31) | def each FILE: lib/localer/data/checker.rb type Localer (line 3) | module Localer class Data (line 4) | class Data class Checker (line 7) | class Checker < Service method call (line 10) | def call FILE: lib/localer/data/missing_translations.rb type Localer (line 3) | module Localer class Data (line 4) | class Data class MissingTranslations (line 6) | class MissingTranslations < Service method call (line 9) | def call FILE: lib/localer/data/processor.rb type Localer (line 4) | module Localer # :nodoc: class Data (line 7) | class Data class Processor (line 11) | class Processor < Service method call (line 17) | def call method prepare (line 31) | def prepare(locale, translation, prefix = "") method exclude? (line 45) | def exclude?(key, locale) method match? (line 51) | def match?(key, pattern) FILE: lib/localer/data/service.rb type Localer (line 4) | module Localer class Data (line 5) | class Data class Service (line 7) | class Service method call (line 12) | def call(*args, &block) FILE: lib/localer/ext/hash.rb type Localer (line 3) | module Localer type Ext (line 4) | module Ext type Hash (line 6) | module Hash function deep_merge! (line 9) | def deep_merge!(other_hash) function deep_merge (line 24) | def deep_merge(other_hash, &block) function deep_symbolize_keys (line 28) | def deep_symbolize_keys function deep_downcase_keys (line 38) | def deep_downcase_keys function deep_transform_keys (line 48) | def deep_transform_keys(&block) function deep_transform_keys! (line 52) | def deep_transform_keys!(&block) function _deep_transform_keys_in_object! (line 58) | def _deep_transform_keys_in_object!(object, &block) function _deep_transform_keys_in_object (line 74) | def _deep_transform_keys_in_object(object, &block) FILE: lib/localer/ext/string.rb type Localer (line 3) | module Localer type Ext (line 4) | module Ext type String (line 7) | module String function literal? (line 15) | def literal? function to_regexp (line 19) | def to_regexp(options = {}) function as_regexp (line 25) | def as_regexp(options = {}) FILE: lib/localer/rails.rb type Localer (line 3) | module Localer type Rails (line 4) | module Rails # :nodoc: function connect! (line 6) | def connect! function translations (line 13) | def translations FILE: lib/localer/rake_task.rb type Localer (line 7) | module Localer class RakeTask (line 13) | class RakeTask < Rake::TaskLib method initialize (line 14) | def initialize(name = :localer, *args) # rubocop:disable Lint/Missin... FILE: lib/localer/version.rb type Localer (line 3) | module Localer FILE: spec/dummy_app/config/application.rb class DummyApp (line 5) | class DummyApp < Rails::Application