Class: Object (<Built-in Module>)

Overview
Module Structure
Class Hierarchy
Class Methods
Object.method_added / 1
Object.find_hidden_method / 1
Instance Methods
Object#duplicable?
Object#` / 1
Object#blank?
Object#present?
Object#presence
Object#to_param
Object#to_query / 1
Object#remove_subclasses_of / 1
Object#subclasses_of (1/2) / 1
Object#subclasses_of (2/E) / 1
Object#extended_by
Object#extend_with_included_modules_from / 1
Object#instance_exec / 2
Object#instance_variable_defined? / 1
Object#instance_values
Object#instance_variable_names
Object#copy_instance_variables_from / 2
Object#metaclass
Object#returning / 1
Object#tap
Object#with_options / 1
Object#acts_like? / 1
Object#singleton_class
Object#class_eval / 2
Object#html_safe?
Object#try / 3
Object#to_json / 1
Object#as_json / 1
is a submodule of
module: <Built-in Module>   
is modularized into
module: InstanceExecMethods   
includes
  InstanceExecMethods ( Unknown-Module )
is inherited by
  Data ( Builtin-Module )
  Struct ( Builtin-Module )
  <Unknown Class> ( <Unknown Class> )
  Parser ( Racc )
  Child ( REXML )
  BufferedIO ( Net )
  TestCase ( Test::Unit )
  Base ( ActiveRecord )
  Document ( Nokogiri::XML::SAX )
  BacktraceCleaner ( ActiveSupport )
  BufferedLogger ( ActiveSupport )
  Store ( ActiveSupport::Cache )
  Callback ( ActiveSupport::Callbacks )
  Array ( Builtin-Module )
  BigDecimal   
  CGI   
  Class ( Builtin-Module )
  Date   
  DateTime   
  NilClass ( Builtin-Module )
  FalseClass ( Builtin-Module )
  TrueClass ( Builtin-Module )
  Symbol ( Builtin-Module )
  Numeric ( Builtin-Module )
  Exception ( Builtin-Module )
  File ( Builtin-Module )
  Float ( Builtin-Module )
  Hash ( Builtin-Module )
  Integer ( Builtin-Module )
  Logger   
  Formatter ( Logger )
  Module ( Builtin-Module )
  NameError ( Builtin-Module )
  String ( Builtin-Module )
  Pathname   
  Proc ( Builtin-Module )
  Range ( Builtin-Module )
  ERB   
  Fixnum ( Builtin-Module )
  Time ( Builtin-Module )
  LoadingModule ( ActiveSupport::Dependencies )
  DeprecationProxy ( ActiveSupport::Deprecation )
  Inflections ( ActiveSupport::Inflector )
  Regexp ( Builtin-Module )
  MessageEncryptor ( ActiveSupport )
  MessageVerifier ( ActiveSupport )
  Chars ( ActiveSupport::Multibyte )
  Codepoint ( ActiveSupport::Multibyte )
  UnicodeDatabase ( ActiveSupport::Multibyte )
  OptionMerger ( ActiveSupport )
  Error ( Test::Unit )
  Performer ( ActiveSupport::Testing::Performance )
  Base ( ActiveSupport::Testing::Performance::Metrics )
  TimeWithZone ( ActiveSupport )
  TimeZone ( ActiveSupport )
  BlankSlate   
  ActiveRecord ( I18n::Backend )
  Chain ( I18n::Backend )
  KeyValue ( I18n::Backend )
  Simple ( I18n::Backend )
  ProcTransliterator ( I18n::Backend::Transliterator )
  HashTransliterator ( I18n::Backend::Transliterator )
  Config ( I18n )
  Simple ( I18n::Locale::Tag )
  MemCache   
  Server ( MemCache )
  Entry ( MemCache::Continuum )
  TimeOrDateTime ( TZInfo )
  Timezone ( TZInfo )
  TimezoneInfo ( TZInfo )
  TimezoneOffsetInfo ( TZInfo )
  TimezonePeriod ( TZInfo )
  TimezoneTransitionInfo ( TZInfo )
  HashBuilder ( ActiveSupport::XmlMini_LibXMLSAX )
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   

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
  class: Data
✗ class: Object
module: InstanceExecMethods     
  class: Struct
  class: Array
  class: Class
  class: NilClass
  class: FalseClass
  class: TrueClass
  class: Symbol
  class: Numeric
  class: Exception
  class: File
  class: Float
  class: Hash
  class: Integer
  class: Module
  class: NameError
  class: String
  class: Proc
  class: Range
  class: Fixnum
  class: Time
  class: Regexp
  module: <Unknown Module>
module: InstanceExecMethods     
class: <Unknown Class>     
  module: Racc
class: Parser     
  module: REXML
class: Child     
  module: Net
class: BufferedIO     
  module: Test
  module: Unit
class: TestCase     
class: Error     
  module: ActiveRecord
class: Base     
  module: Nokogiri
  module: XML
  module: SAX
class: Document     
  module: ActiveSupport
  class: BacktraceCleaner
  class: BufferedLogger
  module: Cache
class: Store     
  module: Callbacks
class: Callback     
  module: Dependencies
class: LoadingModule     
  module: Deprecation
class: DeprecationProxy     
  module: Inflector
class: Inflections     
  class: MessageEncryptor
  class: MessageVerifier
  module: Multibyte
class: Chars     
class: Codepoint     
class: UnicodeDatabase     
  class: OptionMerger
  module: Testing
  module: Performance
  class: Performer
  module: Metrics
class: Base     
  class: TimeWithZone
  class: TimeZone
  module: XmlMini_LibXMLSAX
class: HashBuilder     
  class: BigDecimal
  class: CGI
  class: Date
  class: DateTime
  class: Logger
class: Formatter     
  class: Pathname
  class: ERB
  module: I18n
  module: Backend
  class: ActiveRecord
  class: Chain
  class: KeyValue
  class: Simple
  module: Transliterator
class: ProcTransliterator     
class: HashTransliterator     
  class: Config
  module: Locale
  module: Tag
class: Simple     
  class: BlankSlate
  class: MemCache
  class: Server
  module: Continuum
class: Entry     
  module: TZInfo
class: TimeOrDateTime     
class: Timezone     
class: TimezoneInfo     
class: TimezoneOffsetInfo     
class: TimezonePeriod     
class: TimezoneTransitionInfo     

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   
  Data     
  Struct     
  <Unknown Class> ( <Unknown Class> )   
  Parser ( Racc )   
  Child ( REXML )   
  BufferedIO ( Net )   
  TestCase ( Test::Unit )   
  Base ( ActiveRecord )   
  Document ( Nokogiri::XML::SAX )   
  BacktraceCleaner ( ActiveSupport )   
  BufferedLogger ( ActiveSupport )   
  Store ( ActiveSupport::Cache )   
  Callback ( ActiveSupport::Callbacks )   
  Array     
  BigDecimal     
  CGI     
  Class     
  Date     
  DateTime     
  NilClass     
  FalseClass     
  TrueClass     
  Symbol     
  Numeric     
  Exception     
  File     
  Float     
  Hash     
  Integer     
  Logger     
  Formatter ( Logger )   
  Module     
  NameError     
  String     
  Pathname     
  Proc     
  Range     
  ERB     
  Fixnum     
  Time     
  LoadingModule ( ActiveSupport::Dependencies )   
  DeprecationProxy ( ActiveSupport::Deprecation )   
  Inflections ( ActiveSupport::Inflector )   
  Regexp     
  MessageEncryptor ( ActiveSupport )   
  MessageVerifier ( ActiveSupport )   
  Chars ( ActiveSupport::Multibyte )   
  Codepoint ( ActiveSupport::Multibyte )   
  UnicodeDatabase ( ActiveSupport::Multibyte )   
  OptionMerger ( ActiveSupport )   
  Error ( Test::Unit )   
  Performer ( ActiveSupport::Testing::Performance )   
  Base ( ActiveSupport::Testing::Performance::Metrics )   
  TimeWithZone ( ActiveSupport )   
  TimeZone ( ActiveSupport )   
  BlankSlate     
  ActiveRecord ( I18n::Backend )   
  Chain ( I18n::Backend )   
  KeyValue ( I18n::Backend )   
  Simple ( I18n::Backend )   
  ProcTransliterator ( I18n::Backend::Transliterator )   
  HashTransliterator ( I18n::Backend::Transliterator )   
  Config ( I18n )   
  Simple ( I18n::Locale::Tag )   
  MemCache     
  Server ( MemCache )   
  Entry ( MemCache::Continuum )   
  TimeOrDateTime ( TZInfo )   
  Timezone ( TZInfo )   
  TimezoneInfo ( TZInfo )   
  TimezoneOffsetInfo ( TZInfo )   
  TimezonePeriod ( TZInfo )   
  TimezoneTransitionInfo ( TZInfo )   
  HashBuilder ( ActiveSupport::XmlMini_LibXMLSAX )   

Class Methods

Object.method_added / 1

#83 in active_support/vendor/builder-2.1.2/blankslate.rb

method_added ( name )

Object.find_hidden_method / 1

#90 in active_support/vendor/builder-2.1.2/blankslate.rb

find_hidden_method ( name )

Instance Methods

Object#duplicable?

#4 in active_support/core_ext/duplicable.rb

duplicable?

Object#` / 1

#6 in active_support/core_ext/kernel/agnostics.rb

` ( command )

Object#present?

#17 in active_support/core_ext/object/blank.rb

present?

Object#presence

#35 in active_support/core_ext/object/blank.rb

presence

Object#to_query / 1

#11 in active_support/core_ext/object/conversions.rb

to_query ( key )

Object#remove_subclasses_of / 1

#2 in active_support/core_ext/object/extending.rb

remove_subclasses_of ( *superclasses )

Object#subclasses_of (1/2) / 1

#13 in active_support/core_ext/object/extending.rb

subclasses_of ( *superclasses )

Object#subclasses_of (2/E) / 1

#29 in active_support/core_ext/object/extending.rb

subclasses_of ( *superclasses )

Object#extended_by

#45 in active_support/core_ext/object/extending.rb

extended_by

Object#extend_with_included_modules_from / 1

#50 in active_support/core_ext/object/extending.rb

extend_with_included_modules_from ( object )

Object#instance_exec / 2

#63 in active_support/core_ext/object/extending.rb

instance_exec ( *args ,
  &block )

Object#instance_variable_defined? / 1

#4 in active_support/core_ext/object/instance_variables.rb

instance_variable_defined? ( variable )

Object#instance_values

#19 in active_support/core_ext/object/instance_variables.rb

instance_values

Object#instance_variable_names

#37 in active_support/core_ext/object/instance_variables.rb

instance_variable_names

Object#copy_instance_variables_from / 2

#68 in active_support/core_ext/object/instance_variables.rb

copy_instance_variables_from ( object ,
  exclude = [] )

Object#metaclass

#7 in active_support/core_ext/object/metaclass.rb

metaclass

Object#returning / 1

#40 in active_support/core_ext/object/misc.rb

returning ( value )

Object#with_options / 1

#80 in active_support/core_ext/object/misc.rb

with_options ( options )

Object#acts_like? / 1

#89 in active_support/core_ext/object/misc.rb

acts_like? ( duck )

Object#singleton_class

#3 in active_support/core_ext/object/singleton_class.rb

singleton_class

Object#class_eval / 2

#10 in active_support/core_ext/object/singleton_class.rb

class_eval ( *args ,
  &block )

Object#html_safe?

#52 in active_support/core_ext/string/output_safety.rb

html_safe?

Object#try / 3

#25 in active_support/core_ext/try.rb

try ( method ,
  *args ,
  &block )

Object#to_json / 1

#3 in active_support/json/encoders/object.rb

to_json ( options = nil )

Object#as_json / 1

#7 in active_support/json/encoders/object.rb

as_json ( options = nil )