Module: Metadata (I18n::Backend)

Overview
Module Structure
Module Methods
Metadata.included / 1
Metadata.translation_metadata
Metadata.translation_metadata= / 1
Instance Methods
Metadata#translate / 3
Metadata#interpolate / 3
Metadata#pluralize / 3
Metadata#with_metadata / 2
is a submodule of
module: Backend ( I18n )
has properties
module method: included / 1   
module method: translation_metadata   
module method: translation_metadata= / 1   
method: translate / 3   
method: interpolate / 3   
method: pluralize / 3   
method: with_metadata / 2   
is defined at
#19 in active_support/vendor/i18n-0.4.1/i18n/backend/metadata.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: I18n
  module: Backend
module: Metadata     

Module Methods

Metadata.included / 1

#21 in active_support/vendor/i18n-0.4.1/i18n/backend/metadata.rb

included ( base )

Metadata.translation_metadata

#23 in active_support/vendor/i18n-0.4.1/i18n/backend/metadata.rb

translation_metadata

Metadata.translation_metadata= / 1

#27 in active_support/vendor/i18n-0.4.1/i18n/backend/metadata.rb

translation_metadata= ( translation_metadata )

Instance Methods

Metadata#translate / 3

#34 in active_support/vendor/i18n-0.4.1/i18n/backend/metadata.rb

translate ( locale ,
  key ,
  options = {} )

Metadata#interpolate / 3

#46 in active_support/vendor/i18n-0.4.1/i18n/backend/metadata.rb

interpolate ( locale ,
  entry ,
  values = {} )

Metadata#pluralize / 3

#51 in active_support/vendor/i18n-0.4.1/i18n/backend/metadata.rb

pluralize ( locale ,
  entry ,
  count )

Metadata#with_metadata / 2

#57 in active_support/vendor/i18n-0.4.1/i18n/backend/metadata.rb

with_metadata ( metadata ,
  &block )