Class: Chain (I18n::Backend)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Chain#backends [RW]
Instance Methods
Chain#initialize / 1
Chain#reload!
Chain#store_translations / 3
Chain#available_locales
Chain#translate / 3
Chain#localize / 4
Chain#namespace_lookup? / 2
is a submodule of
module: Backend ( I18n )
includes
  Base ( I18n::Backend )
inherits from
  Object ( Builtin-Module )
has properties
attribute: backends [RW]   
method: initialize / 1   
method: reload!   
method: store_translations / 3   
method: available_locales   
method: translate / 3   
method: localize / 4   
method: namespace_lookup? / 2   
is defined at
#19 in active_support/vendor/i18n-0.4.1/i18n/backend/chain.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Object     
  module: I18n
  module: Backend
module: Base     
class: Chain     

Class Hierarchy

Object ( Builtin-Module )
includes
  InstanceExecMethods ( Unknown-Module )
has properties
method: duplicable?   
method: ` / 1   
method: blank?   
method: present?   
method: presence   
method: to_param   
method: to_query / 1   
method: remove_subclasses_of / 1   
method: subclasses_of (1/2) / 1   
method: subclasses_of (2/E) / 1   
method: extended_by   
method: extend_with_included_modules_from / 1   
method: instance_exec / 2   
method: instance_variable_defined? / 1   
method: instance_values   
method: instance_variable_names   
method: copy_instance_variables_from / 2   
method: metaclass   
method: returning / 1   
method: tap   
method: with_options / 1   
method: acts_like? / 1   
method: singleton_class   
method: class_eval / 2   
method: html_safe?   
method: try / 3   
method: to_json / 1   
method: as_json / 1   
class method: method_added / 1   
class method: find_hidden_method / 1   
Chain ( I18n::Backend )
includes
  Base ( I18n::Backend )
has properties
attribute: backends [RW]   
method: initialize / 1   
method: reload!   
method: store_translations / 3   
method: available_locales   
method: translate / 3   
method: localize / 4   
method: namespace_lookup? / 2   

Instance Attributes

Instance Methods

Chain#initialize / 1

#24 in active_support/vendor/i18n-0.4.1/i18n/backend/chain.rb

initialize ( *backends )

Chain#store_translations / 3

#32 in active_support/vendor/i18n-0.4.1/i18n/backend/chain.rb

store_translations ( locale ,
  data ,
  options = {} )

Chain#available_locales

#36 in active_support/vendor/i18n-0.4.1/i18n/backend/chain.rb

available_locales

Chain#translate / 3

#40 in active_support/vendor/i18n-0.4.1/i18n/backend/chain.rb

translate ( locale ,
  key ,
  options = {} )

Chain#localize / 4

#61 in active_support/vendor/i18n-0.4.1/i18n/backend/chain.rb

localize ( locale ,
  object ,
  format = :default ,
  options = {} )

Chain#namespace_lookup? / 2

#72 in active_support/vendor/i18n-0.4.1/i18n/backend/chain.rb

namespace_lookup? ( result ,
  options )