Class method bug

It seems that there is some problem associated with class methods for
classes called “Class” …

module Digest
class Class
def Class.meth()
puts ‘hello’
end
end

Class.meth()
end

Could you file a bug, please? We can track it better that way.

Thanks,
Tomas