Project

General

Profile

Bug #10731 » bug.rb

hanachin (Seiei Miyagi), 01/12/2015 04:58 AM

 
class C
end

module RefinementBug
refine C do
def foo
end

def bar
end
end
end

class C
alias foo bar
end
(2-2/3)