Actions
Bug #2311
closed[BUG] cfp consistency error - send
Description
=begin
Following r25521:
$rubydev -e '
class X
def method_missing(s); end
end
X.new.foo(:bar) rescue nil
puts "hello"
'
Generates
-e:0:in method_missing': wrong number of arguments (2 for 1) (ArgumentError) from -e:5:in
'
Instead of "hello"
$ mspec core/file/stat/directory_spec.rb -t rubydev
crashes ruby with [BUG] cfp consistency error - send
=end
Updated by matz (Yukihiro Matsumoto) about 15 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r25681.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions
Like0
Like0