public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
Fix a spelling error and properly RDoc'ify a method name

Signed-off-by: Michael S. Klishin <michael@novemberain.com>
jherdman (author)
Tue Mar 25 07:01:50 -0700 2008
Michael S. Klishin (committer)
Thu May 01 22:48:28 -0700 2008
commit  92dcf722b7e34f8562340b42ed9ada44201fea91
tree    67e69491ab02bf98b34347df1c0609c48736f106
parent  63aac504c23418b4c63f9f35b241061a256f0feb
...
72
73
74
75
 
76
77
78
...
83
84
85
86
 
87
88
89
...
72
73
74
 
75
76
77
78
...
83
84
85
 
86
87
88
89
0
@@ -72,7 +72,7 @@
0
   alias_method :member?, :key?
0
 
0
   # ==== Parameters
0
- # key<Object>:: The key to fetch. This willbe run through convert_key.
0
+ # key<Object>:: The key to fetch. This will be run through convert_key.
0
   # extras:: Default value.
0
   #
0
   # ==== Returns
0
@@ -83,7 +83,7 @@
0
 
0
   # ==== Parameters
0
   # indices<Array>::
0
- # The keys to retrieve values for. These will be run through convert_key.
0
+ # The keys to retrieve values for. These will be run through +convert_key+.
0
   def values_at(*indices)
0
     indices.collect {|key| self[convert_key(key)]}
0
   end

Comments

    No one has commented yet.