Ruby/Rails : Ruby Core Classes : Object
Context of the notion in the technology: Document / Topc: Ruby/Rails Document / Topc: Ruby Core Classes
Related Keywords: Ruby Rails Ruby Core Classes Object
Help URL: http://ruby-doc.org/core/classes/Object.html
Items Related to Object
Inner Elements of Object
Object contains following items:
- == ()
- === ()
- =~ ()
- __id__ (id )
- __send__ (send )
- class
- clone
- display
- dup
- enum_for (enum for)
- eql? (eql )
- equal? (equal )
- extend
- freeze
- frozen? (frozen )
- hash
- id
- inspect
- instance_eval (instance eval)
- instance_of? (instance of )
- instance_variable_get (instance variable get)
- instance_variable_set (instance variable set)
- instance_variables (instance variables)
- is_a? (is a )
- kind_of? (kind of )
- method
- methods
- new
- nil? (nil )
- object_id (object id)
- private_methods (private methods)
- protected_methods (protected methods)
- public_methods (public methods)
- remove_instance_variable (remove instance variable)
- respond_to? (respond to )
- send
- singleton_method_added (singleton method added)
- singleton_method_removed (singleton method removed)
- singleton_method_undefined (singleton method undefined)
- singleton_methods (singleton methods)
- taint
- tainted? (tainted )
- to_a (to a)
- to_enum (to enum)
- to_s (to s)
- type
- untaint
Ruby on Rails, often called RoR, or just Rails, is an open source web application framework written in Ruby that closely follows the Model-View-Controller (MVC) architecture. It strives for simplicity and allowing real-world applications to be developed in less code than other frameworks and with a minimum of configuration. The Ruby programming language allows for extensive metaprogramming, which Rails makes much use of. This results in a syntax that many of its users find to be very readable. Rails is primarily distributed through RubyGems, which is the official packaging format and distribution channel for Ruby libraries and applications. -- wikipedia.org
|