Project

General

Profile

Actions

Backport #3601

closed

class << self doesn't preserve the given block

Added by judofyr (Magnus Holm) over 13 years ago. Updated over 4 years ago.

Status:
Closed
[ruby-core:31444]

Description

=begin
$ cat 191_bug.rb
def hello
class << self
yield
end
end

p hello { 123 }

Works in 1.8.7 and 1.9.2. Fails in 1.9.1 (and JRuby + Rubinius).
=end

Actions #2

Updated by shyouhei (Shyouhei Urabe) over 13 years ago

  • Status changed from Open to Assigned
  • Assignee set to yugui (Yuki Sonoda)

=begin

=end

Actions #3

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Description updated (diff)
  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0