Class: OrderedOptions (ActiveSupport)

Overview
Module Structure
Class Hierarchy
Instance Methods
OrderedOptions#[]= / 2
OrderedOptions#[] / 1
OrderedOptions#method_missing / 2
is a submodule of
module: ActiveSupport   
inherits from
  OrderedHash ( ActiveSupport )
has properties
method: []= / 2   
method: [] / 1   
method: method_missing / 2   
is defined at
#2 in active_support/ordered_options.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
class: OrderedHash     
class: OrderedOptions     

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   
Hash ( Builtin-Module )
OrderedHash ( ActiveSupport )
has properties
method: to_yaml_type   
method: to_yaml / 1   
method: initialize / 2   
class method: [] / 1   
method: initialize_copy / 1   
method: []= / 2   
method: delete / 1   
method: delete_if   
method: reject!   
method: reject / 1   
method: keys   
method: values   
method: to_hash   
method: to_a   
method: each_key   
method: each_value   
method: each   
method: clear   
method: shift   
method: merge! / 1   
method: merge / 2   
method: replace / 1   
method: invert   
method: inspect   
method: sync_keys!   
OrderedOptions ( ActiveSupport )
has properties
method: []= / 2   
method: [] / 1   
method: method_missing / 2   

Instance Methods

OrderedOptions#[]= / 2

#3 in active_support/ordered_options.rb

[]= ( key ,
  value )

OrderedOptions#[] / 1

#7 in active_support/ordered_options.rb

[] ( key )

OrderedOptions#method_missing / 2

#11 in active_support/ordered_options.rb

method_missing ( name ,
  *args )