mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![]() to_ary. Just call. [ruby-core:23738] * eval.c (rb_check_funcall): new function with method existence check. returns Qundef when the method does not exist. * enumerator.c (enumerator_rewind): just call method, using rb_check_funcall(). [ruby-core:23738] * error.c (exc_equal): ditto. * object.c (convert_type): ditto. * error.c (rb_name_err_mesg_new): export function. * eval.c (make_exception): ditto. * io.c (pop_last_hash): return early when the last argument is nil. * io.c (rb_io_puts): treat T_STRING specially for small optimization. * vm_eval.c (raise_method_missing): skip method call if possible using rb_method_basic_definition_p(). * vm_eval.c (method_missing): ditto. * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_debug): test suites changed to ignore exceptions caused by just-call policy. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
base64 | ||
bigdecimal | ||
cgi | ||
csv | ||
date | ||
dbm | ||
digest | ||
dl | ||
drb | ||
erb | ||
etc | ||
fileutils | ||
gdbm | ||
iconv | ||
io/nonblock | ||
json | ||
logger | ||
matrix | ||
minitest | ||
mkmf | ||
monitor | ||
net | ||
nkf | ||
open-uri | ||
openssl | ||
optparse | ||
ostruct | ||
pathname | ||
rake | ||
rdoc | ||
readline | ||
rexml | ||
rinda | ||
ripper | ||
rss | ||
ruby | ||
rubygems | ||
scanf | ||
sdbm | ||
socket | ||
stringio | ||
strscan | ||
uri | ||
webrick | ||
win32ole | ||
xmlrpc | ||
yaml | ||
zlib | ||
inlinetest.rb | ||
runner.rb | ||
test_delegate.rb | ||
test_ipaddr.rb | ||
test_open3.rb | ||
test_pp.rb | ||
test_prettyprint.rb | ||
test_prime.rb | ||
test_pstore.rb | ||
test_pty.rb | ||
test_set.rb | ||
test_shellwords.rb | ||
test_singleton.rb | ||
test_syslog.rb | ||
test_tempfile.rb | ||
test_time.rb | ||
test_timeout.rb | ||
test_tsort.rb |