public
Fork of lifo/doc-rails
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/juretta/doc-rails.git
Search Repo:
there's no unique empty string in Ruby
Xavier Noria (author)
Mon Mar 24 05:16:39 -0700 2008
commit  826d1949764b3b1e64371a9f75af73ef0fb21148
tree    d0cfa1575b30dec0b35314026500dc6a9d98617e
parent  3b2c697dd590f28947bc39dbc479d706cbf2f6f6
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@ class Module
0
   # ActiveRecord::Associations.as_load_path # => "active_record/associations"
0
   # ActiveRecord::Base.as_load_path # => "active_record" (Base is a class)
0
   #
0
- # The Kernel module gives the empty string by definition.
0
+ # The Kernel module gives an empty string by definition.
0
   #
0
   # Kernel.as_load_path # => ""
0
   # Math.as_load_path # => "math"

Comments

    No one has commented yet.