gem-sourceindex-typo.patch

5.5 (5 5), 12/08/2009 11:41 am

Download (746 Bytes)

refm/api/src/rubygems/source_index.rd (working copy)
127 127
--- spec_dirs -> [String]
128 128
#@todo
129 129

  
130
[[m:Gem::SourceIndex#reflesh!]] で自身を更新する時に使用するディレクトリを取得します。
130
[[m:Gem::SourceIndex#refresh!]] で自身を更新する時に使用するディレクトリを取得します。
131 131

  
132 132
--- spec_dirs=(dirs)
133 133
#@todo
134 134

  
135
[[m:Gem::SourceIndex#reflesh!]] で自身を更新する時に使用するディレクトリを設定します。
135
[[m:Gem::SourceIndex#refresh!]] で自身を更新する時に使用するディレクトリを設定します。
136 136

  
137 137
--- specification(full_name) -> Gem::Specification | nil
138 138
#@todo