mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ee0478bce9
commit
acae96deb7
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri May 31 16:03:23 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
|
* object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]
|
||||||
|
|
||||||
Fri May 31 15:56:36 2013 Zachary Scott <zachary@zacharyscott.net>
|
Fri May 31 15:56:36 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
* ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]
|
* ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]
|
||||||
|
|
4
object.c
4
object.c
|
@ -1323,7 +1323,7 @@ false_xor(VALUE obj, VALUE obj2)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call_seq:
|
* call-seq:
|
||||||
* nil.nil? -> true
|
* nil.nil? -> true
|
||||||
*
|
*
|
||||||
* Only the object <i>nil</i> responds <code>true</code> to <code>nil?</code>.
|
* Only the object <i>nil</i> responds <code>true</code> to <code>nil?</code>.
|
||||||
|
@ -1336,7 +1336,7 @@ rb_true(VALUE obj)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call_seq:
|
* call-seq:
|
||||||
* nil.nil? -> true
|
* nil.nil? -> true
|
||||||
* <anything_else>.nil? -> false
|
* <anything_else>.nil? -> false
|
||||||
*
|
*
|
||||||
|
|
2
proc.c
2
proc.c
|
@ -2118,7 +2118,7 @@ method_proc(VALUE method)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call_seq:
|
* call-seq:
|
||||||
* local_jump_error.exit_value -> obj
|
* local_jump_error.exit_value -> obj
|
||||||
*
|
*
|
||||||
* Returns the exit value associated with this +LocalJumpError+.
|
* Returns the exit value associated with this +LocalJumpError+.
|
||||||
|
|
Loading…
Add table
Reference in a new issue