1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ossl_asn1.c: fix doc

* ext/openssl/ossl_asn1.c (ossl_asn1obj_get_oid): [DOC] fix
  notation, an instance method but not a class method.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-02-21 22:56:06 +00:00
parent a1c1bc39ce
commit 97f9589c4b

View file

@ -1424,7 +1424,7 @@ ossl_asn1obj_get_ln(VALUE self)
return ret; return ret;
} }
/* Document-method: OpenSSL::ASN1::ObjectId.oid /* Document-method: OpenSSL::ASN1::ObjectId#oid
* *
* The object identifier as a +String+, e.g. "1.2.3.4.5" * The object identifier as a +String+, e.g. "1.2.3.4.5"
*/ */