Module: Loadable (ActiveSupport::Dependencies)

Overview
Module Structure
Module Methods
Loadable.included / 1
Loadable.excluded / 1
Instance Methods
Loadable#require_or_load / 1
Loadable#require_dependency / 1
Loadable#require_association / 1
Loadable#load_with_new_constant_marking / 2
Loadable#require / 2
Loadable#unloadable / 1
is a submodule of
module: Dependencies ( ActiveSupport )
has properties
module method: included / 1   
module method: excluded / 1   
method: require_or_load / 1   
method: require_dependency / 1   
method: require_association / 1   
method: load_with_new_constant_marking / 2   
method: require / 2   
method: unloadable / 1   
is defined at
#138 in active_support/dependencies.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: Dependencies
module: Loadable     

Module Methods

Loadable.included / 1

#139 in active_support/dependencies.rb

included ( base )

Loadable.excluded / 1

#147 in active_support/dependencies.rb

excluded ( base )

Instance Methods

Loadable#require_or_load / 1

#157 in active_support/dependencies.rb

require_or_load ( file_name )

Loadable#require_dependency / 1

#161 in active_support/dependencies.rb

require_dependency ( file_name )

Loadable#require_association / 1

#165 in active_support/dependencies.rb

require_association ( file_name )

Loadable#load_with_new_constant_marking / 2

#169 in active_support/dependencies.rb

load_with_new_constant_marking ( file ,
  *extras )

Loadable#require / 2

#180 in active_support/dependencies.rb

require ( file ,
  *extras )

Loadable#unloadable / 1

#204 in active_support/dependencies.rb

unloadable ( const_desc )