git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2014-07-16 10:35:00 +00:00
Родитель eccc9886ea
Коммит 25ece76ec8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9281,7 +9281,7 @@ fole_record_typename(VALUE self)
* WIN32OLE_RECORD#method_missing(name)
*
* Returns value specified by the member name of VT_RECORD OLE variable.
* If the member name is not correct, KeyError exception is raised.
* If the member name is not correct, KeyError exception is raised.
*/
static VALUE
fole_record_method_missing(VALUE self, VALUE name)