Class: Inflections (ActiveSupport::Inflector)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Inflections#plurals [R]
Inflections#singulars [R]
Inflections#uncountables [R]
Inflections#humans [R]
Instance Methods
Inflections#initialize
Inflections#plural / 2
Inflections#singular / 2
Inflections#irregular / 2
Inflections#uncountable / 1
Inflections#human / 2
Inflections#clear / 1
is a submodule of
module: Inflector ( ActiveSupport )
includes
  Singleton ( Builtin-Module )
inherits from
  Object ( Builtin-Module )
has properties
attribute: plurals [R]   
attribute: singulars [R]   
attribute: uncountables [R]   
attribute: humans [R]   
method: initialize   
method: plural / 2   
method: singular / 2   
method: irregular / 2   
method: uncountable / 1   
method: human / 2   
method: clear / 1   
is defined at
#33 in active_support/inflector.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Object     
module: Singleton     
  module: ActiveSupport
  module: Inflector
class: Inflections     

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   
Inflections ( ActiveSupport::Inflector )
includes
  Singleton ( Builtin-Module )
has properties
attribute: plurals [R]   
attribute: singulars [R]   
attribute: uncountables [R]   
attribute: humans [R]   
method: initialize   
method: plural / 2   
method: singular / 2   
method: irregular / 2   
method: uncountable / 1   
method: human / 2   
method: clear / 1   

Instance Attributes

Inflections#plurals [R]

#36 in active_support/inflector.rb

Inflections#singulars [R]

#36 in active_support/inflector.rb

Inflections#uncountables [R]

#36 in active_support/inflector.rb

Inflections#humans [R]

#36 in active_support/inflector.rb

Instance Methods

Inflections#initialize

#38 in active_support/inflector.rb

initialize

Inflections#plural / 2

#44 in active_support/inflector.rb

plural ( rule ,
  replacement )

Inflections#singular / 2

#52 in active_support/inflector.rb

singular ( rule ,
  replacement )

Inflections#irregular / 2

#64 in active_support/inflector.rb

irregular ( singular ,
  plural )

Inflections#uncountable / 1

#84 in active_support/inflector.rb

uncountable ( *words )

Inflections#human / 2

#95 in active_support/inflector.rb

human ( rule ,
  replacement )

Inflections#clear / 1

#106 in active_support/inflector.rb

clear ( scope = :all )